~alcinnz/haskell-stylist

ref: d073900ecfc42d81ce9405798133443531f1ca3c haskell-stylist/src/Data/CSS/Style.hs -rw-r--r-- 2.9 KiB
d073900e — Adrian Cochrane 4 years ago
Add additional hooks for callers:

* Resolve relative URLs.
* Set priority on any stylesheet implementation.
* Substitute content during XML Conduit traversal in place of computed styles.
6344dc8e — Adrian Cochrane 4 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
00ed62a1 — Adrian Cochrane 4 years ago
Code cleanliness fixes.
2128054b — Adrian Cochrane 4 years ago
Factorize out cascade logic.
b15571fe — Adrian Cochrane 4 years ago
Add method to override CSS inheritance.
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.