~alcinnz/haskell-stylist

ref: ee89bcfdbf10f2759cf3b618a5fa3f2b0bbafa6c haskell-stylist/src/Stylish/Style/Selector/Index.hs -rw-r--r-- 3.6 KiB
ee89bcfd — Adrian Cochrane 5 years ago
Abstract away RuleStore construction.
9e7ce5e0 — Adrian Cochrane 5 years ago
Expose common interface above all selector passes.
813c306e — Adrian Cochrane 5 years ago
Reorganize modules to make space for styling passes not related to selectors.
8492d01f — Adrian Cochrane 5 years ago
Implement CSS selector interpretor.
d321f69d — Adrian Cochrane 5 years ago
Unit test the style index.
342f1e52 — Adrian Cochrane 5 years ago
Lookup possible styles from the index.
16597996 — Adrian Cochrane 5 years ago
Index style rules to quickly narrow down which ones match a given element.