~alcinnz/haskell-stylist

ref: d2460bd36483695b854e9011ada64d3480168f78 haskell-stylist/src/Data/CSS/Preprocessor/Conditions/Expr.hs -rw-r--r-- 5.7 KiB
017da708 — Adrian Cochrane 3 years ago
Drop legacy FIXME regarding media query ratios.
aa17d3dc — Adrian Cochrane 3 years ago
Treat ratios as fractional numbers.

I'm having trouble consulting the spec, but judging by sample CSS this looks right.
e6802ca7 — Adrian Cochrane 3 years ago
Add support for range types to media query interpretor.

This allows browsers to be more vague when fetching @imports.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
2277b56b — Adrian Cochrane 4 years ago
Write reference documentation.
04976d4d — Adrian Cochrane 4 years ago
Unittest conditional styles, add loadImports API to fit Rhapsode's use.
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.