~alcinnz/haskell-stylist

ref: 227d7ca1f8dafec0c42275f6c07c6d142c79eb46 haskell-stylist/src/Data/CSS d---------
227d7ca1 — Adrian Cochrane 1 year, 5 months ago
Parse longhand list-style property.
5dc32d06 — Adrian Cochrane 1 year, 5 months ago
Parse list-style longhand properties, tweak counter-lookup.
4b5d0346 — Adrian Cochrane 1 year, 5 months ago
Test & fix rendering of Ethiopian 1.
5a8c3184 — Adrian Cochrane 1 year, 5 months ago
Simplify counterstyle API & implementation.
fb3315b2 — Adrian Cochrane 1 year, 5 months ago
Test & fix rendering ethiopian numbers.
00736062 — Adrian Cochrane 1 year, 5 months ago
Draft Ethiopic numbering implementation.
65464450 — Adrian Cochrane 1 year, 5 months ago
Add support for chinese, with correction regarding handling negatives.
15787694 — Adrian Cochrane 1 year, 5 months ago
Minor corrections to counter rendering.
4d148074 — Adrian Cochrane 1 year, 5 months ago
Unit tests & bug fixes for counter-renderers.
fbd32fe1 — Adrian Cochrane 1 year, 5 months ago
Draft @counter-style support, with sample CSS.
d2460bd3 — Adrian Cochrane 1 year, 7 months ago
Fixes for broader dependency bounds.
01f02917 — Adrian Cochrane 1 year, 11 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
971039c7 — Adrian Cochrane 1 year, 11 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
a4dfabc2 — Adrian Cochrane 1 year, 11 months ago
Fix breaking dependency.
c33014ef — Adrian Cochrane 2 years ago
New releases of all hackages! + code tidies.
3e92f6c3 — Adrian Cochrane 2 years ago
Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.
b63c1787 — Adrian Cochrane 2 years ago
Add utils for implementing :target-within, ensure unlayered styles take precedance.
4bdb4bef — Adrian Cochrane 2 years 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.
6e0ed711 — Adrian Cochrane 2 years ago
Integrate @layer support into core engine!
d27996eb — Adrian Cochrane 2 years ago
Parse @layer rules.
Next