~alcinnz/haskell-stylist

ref: 21baea3da8a2e5a7ea88f2ad94d66b629f0b95ae haskell-stylist/src/Data/CSS/Preprocessor/Conditions.hs -rw-r--r-- 7.0 KiB
21baea3d — Adrian Cochrane 4 years ago
Fix: ConditionalStyles reversed CSS precedance.
0cd24157 — Adrian Cochrane 4 years ago
Fix precedence of conditional blocks (+API redesign)
efd97088 — Adrian Cochrane 5 years ago
Implement @supports.
2bb6ba1d — Adrian Cochrane 5 years ago
Draft interpretor for @supports.
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.