~alcinnz/haskell-stylist

ref: 0a7e279a67e8afcd5dcd90fc62921ffadbe1bb0f haskell-stylist/src/Data/CSS/Syntax d---------
971039c7 — Adrian Cochrane 1 year, 11 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
6e0ed711 — Adrian Cochrane 2 years ago
Integrate @layer support into core engine!
d27996eb — Adrian Cochrane 2 years ago
Parse @layer rules.
a73ae441 — Adrian Cochrane 2 years ago
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
62083a71 — Adrian Cochrane 3 years ago
Add hook for callers to run their own tests against attributes.
3847375b — Adrian Cochrane 4 years ago
Remove preceding whitespace from all CSS at-rules.
5ff74dcf — Adrian Cochrane 4 years ago
Parse namespace selectors.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
950b7f7d — Adrian Cochrane 4 years ago
Release Haskell Stylist 1.1.0.0!
c66e9303 — Adrian Cochrane 4 years ago
Test rules capturing of ConditionalStyleSheet.
0cd24157 — Adrian Cochrane 4 years ago
Fix precedence of conditional blocks (+API redesign)
2bb6ba1d — Adrian Cochrane 5 years ago
Draft interpretor for @supports.
8f545827 — Adrian Cochrane 5 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.
d073900e — Adrian Cochrane 5 years ago
Add additional hooks for callers:

* Resolve relative URLs.
* Set priority on any stylesheet implementation.
* Substitute content during XML Conduit traversal in place of computed styles.
6344dc8e — Adrian Cochrane 5 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
2eff549d — Adrian Cochrane 5 years ago
Test/fix parsing of psuedoclasses/elements.
e5b85906 — Adrian Cochrane 5 years ago
Add support for psuedoelements/classes.
00ed62a1 — Adrian Cochrane 5 years ago
Code cleanliness fixes.
ccae6742 — Adrian Cochrane 5 years ago
Improve code cleanliness to avoid future bugs.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
Next