~alcinnz/haskell-stylist

ref: 971039c7fa20c1c224f84474af7ba51b73436089 haskell-stylist/src/Data/CSS/Preprocessor/Conditions.hs -rw-r--r-- 12.2 KiB
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
4bdb4bef — Adrian Cochrane 1 year, 9 months ago
Fix @layer to play nicely with the conditional at-rules.

If you're not using that, its still integrated into core.
Since the @layer rules are stripped by ConditionalStyles this shouldn't make a difference.
fec99b19 — Adrian Cochrane 3 years ago
Add support for `@document regexp()`..
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
2277b56b — Adrian Cochrane 4 years ago
Write reference documentation.
9da41d4e — Adrian Cochrane 4 years ago
Request @import'd styles concurrently.
7d1e8859 — Adrian Cochrane 4 years ago
Let user & useragent styles query for a lack of author styles.
41adcf9d — Adrian Cochrane 4 years ago
Introduce simplified html2css API

Which, now that these are implemented, lowers <style> to @media & <link rel=stylesheet> to @import.
04976d4d — Adrian Cochrane 4 years ago
Unittest conditional styles, add loadImports API to fit Rhapsode's use.
c66e9303 — Adrian Cochrane 4 years ago
Test rules capturing of ConditionalStyleSheet.
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 4 years ago
Implement @supports.
2bb6ba1d — Adrian Cochrane 4 years ago
Draft interpretor for @supports.
b8daf07f — Adrian Cochrane 4 years ago
Implement @import & @media

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

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