~alcinnz/haskell-stylist

ref: b63c178768ed51e223c9f2b2e6ad1a779c909abc haskell-stylist/src/Data/CSS/Style/Selector/Specificity.hs -rw-r--r-- 2.3 KiB
b63c1787 — Adrian Cochrane 1 year, 9 months ago
Add utils for implementing :target-within, ensure unlayered styles take precedance.
5ff74dcf — Adrian Cochrane 4 years ago
Parse namespace selectors.
d5e77295 — Adrian Cochrane 4 years ago
Compute correct specificity for :is() & :not() pseudoclasses.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
6344dc8e — Adrian Cochrane 4 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
e5b85906 — Adrian Cochrane 4 years ago
Add support for psuedoelements/classes.
00ed62a1 — Adrian Cochrane 4 years ago
Code cleanliness fixes.
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.