~alcinnz/haskell-stylist

ref: 0a7e279a67e8afcd5dcd90fc62921ffadbe1bb0f haskell-stylist/src/Data/CSS/Style/Selector/Specificity.hs -rw-r--r-- 2.3 KiB
971039c7 — Adrian Cochrane 1 year, 11 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
b63c1787 — Adrian Cochrane 2 years 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 5 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
e5b85906 — Adrian Cochrane 5 years ago
Add support for psuedoelements/classes.
00ed62a1 — Adrian Cochrane 5 years ago
Code cleanliness fixes.
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.