Tweak priority to be a list for the sake of cascadeLayers.
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
Extract parser, datatypes, & traits into separate decoupling hackage.
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
Fix build failure against new enough versions of 'text'.
Expand permitted base versions.
Expand permitted base versions.
Expand supported base versions.
Release new version of XML-Conduit-Stylist to go with Haskell Stylist 2.4.
Allow callers to define psuedoclasses via callback.
Drop legacy FIXME regarding media query ratios.
Add support for `@document regexp()`..
Treat ratios as fractional numbers.
I'm having trouble consulting the spec, but judging by sample CSS this looks right.
Add support for range types to media query interpretor.
This allows browsers to be more vague when fetching @imports.
Add hook for callers to run their own tests against attributes.
XML Conduit Stylist 2.2 depends on Haskell Stylist 2.2
Release XML Conduit Stylist 2.2!
XML Conduit Stylist functions upstream.