~alcinnz/haskell-stylist

ref: a862da9315b5f44d11d5f060ca3f61c2c8451255 haskell-stylist/src d---------
b6808a67 — Adrian Cochrane 5 years ago
Code cleanliness: Interpret Data.CSS.Style.Importance.splitProperties return value correctly.
2128054b — Adrian Cochrane 5 years ago
Factorize out cascade logic.
b15571fe — Adrian Cochrane 5 years ago
Add method to override CSS inheritance.
7061161d — Adrian Cochrane 5 years ago
Parse HTML 'style' attributes.
be4bb6f0 — Adrian Cochrane 5 years ago
Fix parser freezes, blocking issue for Rhapsode.
62b97a58 — Adrian Cochrane 5 years ago
Fix incorrect handling of invalid syntaxes.
8b7a9e9b — Adrian Cochrane 5 years ago
Ignore invalid selectors.
5f4c8cd6 — Adrian Cochrane 5 years ago
Aid attribute sorting, fix install of internal modules.
a35a8a23 — Adrian Cochrane 5 years ago
Test cascade logic.
3bd6ae52 — Adrian Cochrane 5 years ago
Test/fix cascade logic for selector specificity.
af343c17 — Adrian Cochrane 5 years ago
Switch to new namespace for consistency with other modules like css-syntax.
c1fca3d5 — Adrian Cochrane 5 years ago
Draft alternate API.
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.
9e7ce5e0 — Adrian Cochrane 5 years ago
Expose common interface above all selector passes.
524ca9cc — Adrian Cochrane 5 years ago
Compute selector specificity.
Next