~alcinnz/haskell-stylist

ref: e65bf5632729f04b25cf9c304f3434b9052c2358 haskell-stylist/stylist-traits d---------
620c530c — Adrian Cochrane 1 year, 21 days ago
Add new support APIs to Stylist Traits, releasing v0.1.2!

Expose pseudoelements to PropertyParsers.
Add utility for parsing unordered shorthands.
d2460bd3 — Adrian Cochrane 1 year, 2 months ago
Fixes for broader dependency bounds.
6d273748 — Adrian Cochrane 1 year, 2 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
321d7bd0 — Adrian Cochrane 1 year, 6 months ago
Release Stylist Traits 0.1.1!
d335eb0e — Adrian Cochrane 1 year, 6 months ago
Expose & fix treeFind/treeFlattenAll utilities.
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
c33014ef — Adrian Cochrane 1 year, 9 months ago
New releases of all hackages! + code tidies.
3e92f6c3 — Adrian Cochrane 1 year, 9 months ago
Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.
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.
7a1b1701 — Adrian Cochrane 1 year, 9 months ago
Extract parser, datatypes, & traits into separate decoupling hackage.