~alcinnz/haskell-stylist

ref: e65bf5632729f04b25cf9c304f3434b9052c2358 haskell-stylist/src/Data/CSS/Style d---------
e65bf563 — Adrian Cochrane 1 year, 19 days ago
Adjust cascade shorthand to feed pseudoelements to the property parsers,
now that Stylist Traits provides the APIs for it.
971039c7 — Adrian Cochrane 1 year, 6 months ago
Merge branch 'main' of git.adrian.geek.nz:/srv/git/haskell-stylist into main
c33014ef — Adrian Cochrane 1 year, 9 months ago
New releases of all hackages! + code tidies.
b63c1787 — Adrian Cochrane 1 year, 9 months ago
Add utils for implementing :target-within, ensure unlayered styles take precedance.
0b37dedf — Adrian Cochrane 1 year, 9 months ago
Tweak priority to be a list for the sake of cascadeLayers.
a73ae441 — Adrian Cochrane 1 year, 9 months ago
Remove Stylist-Traits APIs from Stylist Core, leaving backwards-compatible stubs.
62083a71 — Adrian Cochrane 3 years ago
Add hook for callers to run their own tests against attributes.
12a80582 — Adrian Cochrane 4 years ago
Expand :is/:where lowering.
48390f5f — Adrian Cochrane 4 years ago
Codestyle: remove unnecessary parens.
5a53c0de — Adrian Cochrane 4 years ago
Move :root handling into interpretor.
2ba0a92a — Adrian Cochrane 4 years ago
Start testing counters implementations, fix syntactic shorthand lowering for counter[s]() functions.
edfaf74d — Adrian Cochrane 4 years ago
Evaluate attribute namespace selectors.
5ff74dcf — Adrian Cochrane 4 years ago
Parse namespace selectors.
086da474 — Adrian Cochrane 4 years ago
Rewrite trivial cases of :where & :is.

This is mostly for the psuedoselector rewrites performed in Data.CSS.Preprocessor.PsuedoClasses
d5e77295 — Adrian Cochrane 4 years ago
Compute correct specificity for :is() & :not() pseudoclasses.
6c1222a3 — Adrian Cochrane 4 years ago
Implement :nth-child() & :nth-of-type().

I don't think I'll implement :nth-last-child() & :nth-last-of-type() until I'm shown their value,
Haskell Stylist doesn't yet have access to the data to support them.
800ee36f — Adrian Cochrane 4 years ago
Implement :is, :where, & :not functional pseudoclasses.

This is needed by some of the lowerings for other pseudoclasses.
TODO correctly compute specificity.
7b644762 — Adrian Cochrane 4 years ago
Prepare to interpret functional pseudoclasses.
b24d4208 — Adrian Cochrane 4 years ago
Optimize: use HashMap.Lazy for cascade.
186cbffa — Adrian Cochrane 4 years ago
Improve documentation, release version 1.2
Next