~alcinnz/haskell-stylist

ref: a73ae4419a8e0dc8f2621ada54baa99c4172a667 haskell-stylist/src/Data/CSS/Syntax/StyleSheet.hs -rw-r--r-- 558 bytes
a73ae441 — Adrian Cochrane 1 year, 9 months ago
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
3847375b — Adrian Cochrane 4 years ago
Remove preceding whitespace from all CSS at-rules.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
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.
00ed62a1 — Adrian Cochrane 4 years ago
Code cleanliness fixes.
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.