~alcinnz/haskell-stylist

ref: 86efaacd022a01aa470b1363b07689f866d99a14 haskell-stylist/src/Data/CSS/Preprocessor d---------
efd97088 — Adrian Cochrane 5 years ago
Implement @supports.
2bb6ba1d — Adrian Cochrane 5 years ago
Draft interpretor for @supports.
d5c5ddeb — Adrian Cochrane 5 years ago
Media queries: fix popping two items off stack.

I forgot that FIFO reversed the order of the list.
b8daf07f — Adrian Cochrane 5 years ago
Implement @import & @media

Dependency injection required for an HTTP client library.
10a6e634 — Adrian Cochrane 5 years ago
Fix syntax errors in ConditionalStyles
da4a5843 — Adrian Cochrane 5 years ago
Support multiple @document conditions (FIX)
4435ce00 — Adrian Cochrane 5 years ago
Switch @document from conjunctive conditions to disjunctive conditions.
8f545827 — Adrian Cochrane 5 years ago
Implement @document rules (save regexp() conditions).

I've still got to select a regexp library to power it.