~alcinnz/haskell-stylist

ref: 38022972af85067203abd9b8855ad0f9e56a0399 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.