~alcinnz/haskell-stylist

3e92f6c3 — Adrian Cochrane 1 year, 7 months ago
Revamp XML-Conduit-Stylist API to avoid hard-dependency on Haskell Stylist.
b63c1787 — Adrian Cochrane 1 year, 7 months ago
Add utils for implementing :target-within, ensure unlayered styles take precedance.
4bdb4bef — Adrian Cochrane 1 year, 7 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.
6e0ed711 — Adrian Cochrane 1 year, 7 months ago
Integrate @layer support into core engine!
d27996eb — Adrian Cochrane 1 year, 7 months ago
Parse @layer rules.
0b37dedf — Adrian Cochrane 1 year, 7 months ago
Tweak priority to be a list for the sake of cascadeLayers.
a73ae441 — Adrian Cochrane 1 year, 7 months ago
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
7a1b1701 — Adrian Cochrane 1 year, 7 months ago
Extract parser, datatypes, & traits into separate decoupling hackage.
18cd3af2 — Adrian Cochrane 2 years ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
5c97dd0e — Adrian Cochrane 2 years ago
Fix build failure against new enough versions of 'text'.
3007f584 — Adrian Cochrane 3 years ago
Expand permitted base versions.
81479f83 — Adrian Cochrane 3 years ago
Expand permitted base versions.
734a97ab — Adrian Cochrane 3 years ago
Expand supported base versions.
c13962ca — Adrian Cochrane 3 years ago
Release new version of XML-Conduit-Stylist to go with Haskell Stylist 2.4.
c4b1f834 — Adrian Cochrane 3 years ago
Release version 2.4!
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.
e6802ca7 — Adrian Cochrane 3 years ago
Add support for range types to media query interpretor.

This allows browsers to be more vague when fetching @imports.
Next