~alcinnz/haskell-stylist

ref: a862da9315b5f44d11d5f060ca3f61c2c8451255 haskell-stylist/src/Data/CSS/Syntax d---------
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 4 years ago
Draft interpretor for @supports.
8f545827 — Adrian Cochrane 4 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.
d073900e — Adrian Cochrane 4 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 4 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
2eff549d — Adrian Cochrane 4 years ago
Test/fix parsing of psuedoclasses/elements.
e5b85906 — Adrian Cochrane 4 years ago
Add support for psuedoelements/classes.
00ed62a1 — Adrian Cochrane 4 years ago
Code cleanliness fixes.
ccae6742 — Adrian Cochrane 4 years ago
Improve code cleanliness to avoid future bugs.
7061161d — Adrian Cochrane 4 years ago
Parse HTML 'style' attributes.
be4bb6f0 — Adrian Cochrane 4 years ago
Fix parser freezes, blocking issue for Rhapsode.
62b97a58 — Adrian Cochrane 4 years ago
Fix incorrect handling of invalid syntaxes.
8b7a9e9b — Adrian Cochrane 4 years ago
Ignore invalid selectors.
af343c17 — Adrian Cochrane 4 years ago
Switch to new namespace for consistency with other modules like css-syntax.
c1fca3d5 — Adrian Cochrane 4 years ago
Draft alternate API.