~alcinnz/haskell-stylist

haskell-stylist/stylist-traits/src d---------
0a7e279a — Adrian Cochrane 1 year, 3 months ago
Packaging improvements.
a3f78f03 — Adrian Cochrane 1 year, 5 months ago
Release Stylist-Traits 0.1.3
620c530c — Adrian Cochrane 1 year, 5 months ago
Add new support APIs to Stylist Traits, releasing v0.1.2!

Expose pseudoelements to PropertyParsers.
Add utility for parsing unordered shorthands.
6d273748 — Adrian Cochrane 1 year, 8 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
d335eb0e — Adrian Cochrane 1 year, 11 months ago
Expose & fix treeFind/treeFlattenAll utilities.
971039c7 — Adrian Cochrane 1 year, 11 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
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.
7a1b1701 — Adrian Cochrane 2 years ago
Extract parser, datatypes, & traits into separate decoupling hackage.