~alcinnz/haskell-stylist

ref: 38022972af85067203abd9b8855ad0f9e56a0399 haskell-stylist/test d---------
ee89bcfd — Adrian Cochrane 5 years ago
Abstract away RuleStore construction.
d47030fd — Adrian Cochrane 5 years ago
Handle !important CSS declarations.
9e7ce5e0 — Adrian Cochrane 5 years ago
Expose common interface above all selector passes.
524ca9cc — Adrian Cochrane 5 years ago
Compute selector specificity.
813c306e — Adrian Cochrane 5 years ago
Reorganize modules to make space for styling passes not related to selectors.
062bdd98 — Adrian Cochrane 5 years ago
Unit test the selector compiler.
df2761aa — Adrian Cochrane 5 years ago
Compile 'complex' selectors (ones with multiple tests but no tree traversal).

I'm currently using a temporary datastructure which will be easily
replaced with curried functions later.
d321f69d — Adrian Cochrane 5 years ago
Unit test the style index.
df951629 — Adrian Cochrane 5 years ago
Improve parsing API.

Now compound selectors have their own type, aiding indexing and maybe interpretation.
Now only one selector is associated with outputted style rule.
ceb3b528 — Adrian Cochrane 5 years ago
Add and pass some unit tests.