~alcinnz/haskell-stylist

a35a8a23 — Adrian Cochrane 4 years ago
Test cascade logic.
3bd6ae52 — Adrian Cochrane 4 years ago
Test/fix cascade logic for selector specificity.
af343c17 — Adrian Cochrane 4 years ago
Switch to new namespace for consistency with other modules like css-syntax.
c1fca3d5 — Adrian Cochrane 4 years ago
Draft alternate API.
3cd5b4ad — Adrian Cochrane 4 years ago
[Project] Stylish Haskell

Generic implementation of CSS selectors, specificity, cascade, and inheritance
independant of supported CSS properties.
b0fa6994 — Adrian Cochrane 4 years ago
Draft example property definitions.
38022972 — Adrian Cochrane 4 years ago
Implement dispatching parser of CSS properties.
ee89bcfd — Adrian Cochrane 4 years ago
Abstract away RuleStore construction.
768a480d — Adrian Cochrane 4 years ago
Cascade CSS properties.
2881aec4 — Adrian Cochrane 4 years ago
Implement simple facade over the rule stores.

This will later be extended to support cascade and dispatching.
d47030fd — Adrian Cochrane 4 years ago
Handle !important CSS declarations.
7d540c43 — Adrian Cochrane 4 years ago
Compose together rule stores.
9e7ce5e0 — Adrian Cochrane 4 years ago
Expose common interface above all selector passes.
524ca9cc — Adrian Cochrane 4 years ago
Compute selector specificity.
813c306e — Adrian Cochrane 4 years ago
Reorganize modules to make space for styling passes not related to selectors.
a86d830d — Adrian Cochrane 4 years ago
Document plans for supporting pseudo-classes/elements.
062bdd98 — Adrian Cochrane 4 years ago
Unit test the selector compiler.
0a897a1d — Adrian Cochrane 4 years ago
Implement interpretor support exists and locale attribute tests.
8492d01f — Adrian Cochrane 4 years ago
Implement CSS selector interpretor.
df2761aa — Adrian Cochrane 4 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.
Next