~alcinnz/haskell-stylist

ref: 4b5d0346d4c296003a3d5b5680216357c5939aee haskell-stylist/src/Data/CSS/Preprocessor d---------
4b5d0346 — Adrian Cochrane 1 year, 24 days ago
Test & fix rendering of Ethiopian 1.
5a8c3184 — Adrian Cochrane 1 year, 24 days ago
Simplify counterstyle API & implementation.
fb3315b2 — Adrian Cochrane 1 year, 24 days ago
Test & fix rendering ethiopian numbers.
00736062 — Adrian Cochrane 1 year, 25 days ago
Draft Ethiopic numbering implementation.
65464450 — Adrian Cochrane 1 year, 25 days ago
Add support for chinese, with correction regarding handling negatives.
15787694 — Adrian Cochrane 1 year, 25 days ago
Minor corrections to counter rendering.
4d148074 — Adrian Cochrane 1 year, 25 days ago
Unit tests & bug fixes for counter-renderers.
fbd32fe1 — Adrian Cochrane 1 year, 26 days ago
Draft @counter-style support, with sample CSS.
d2460bd3 — Adrian Cochrane 1 year, 2 months ago
Fixes for broader dependency bounds.
01f02917 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
a4dfabc2 — Adrian Cochrane 1 year, 6 months ago
Fix breaking dependency.
c33014ef — Adrian Cochrane 1 year, 9 months ago
New releases of all hackages! + code tidies.
b63c1787 — Adrian Cochrane 1 year, 9 months ago
Add utils for implementing :target-within, ensure unlayered styles take precedance.
4bdb4bef — Adrian Cochrane 1 year, 9 months ago
Fix @layer to play nicely with the conditional at-rules.

If you're not using that, its still integrated into core.
Since the @layer rules are stripped by ConditionalStyles this shouldn't make a difference.
5c97dd0e — Adrian Cochrane 2 years ago
Fix build failure against new enough versions of 'text'.
51a99e75 — Adrian Cochrane 3 years ago
Allow callers to define psuedoclasses via callback.
017da708 — Adrian Cochrane 3 years ago
Drop legacy FIXME regarding media query ratios.
fec99b19 — Adrian Cochrane 3 years ago
Add support for `@document regexp()`..
aa17d3dc — Adrian Cochrane 3 years ago
Treat ratios as fractional numbers.

I'm having trouble consulting the spec, but judging by sample CSS this looks right.
Next