~alcinnz/haskell-stylist

ref: c1fca3d5da68761a4b08b93ed0d6f700d73cb705 haskell-stylist/src/Stylish/Style/Selector.hs -rw-r--r-- 3.1 KiB
38022972 — Adrian Cochrane 5 years ago
Implement dispatching parser of CSS properties.
ee89bcfd — Adrian Cochrane 5 years ago
Abstract away RuleStore construction.
768a480d — Adrian Cochrane 5 years ago
Cascade CSS properties.
2881aec4 — Adrian Cochrane 5 years ago
Implement simple facade over the rule stores.

This will later be extended to support cascade and dispatching.
d47030fd — Adrian Cochrane 5 years ago
Handle !important CSS declarations.
7d540c43 — Adrian Cochrane 5 years ago
Compose together rule stores.