~alcinnz/haskell-stylist

ref: 2bb6ba1d247f41ea07255b8061702afc40b9ad69 haskell-stylist/src/Data/CSS/Style/Cascade.hs -rw-r--r-- 3.0 KiB
d5d20109 — Adrian Cochrane 5 years ago
Implement var() via a PropertyParser decorator.
feb616e8 — Adrian Cochrane 5 years ago
Expose hooks for implementing var().

The tricky part here is around CSS inheritance, it works naturally in the existing cascade implementation.
61ab1bce — Adrian Cochrane 5 years ago
Resolve attr() functions.

It's defined during query, because that's when Stylish Haskell (or it's callers)
have easy access to the element being queried.
6344dc8e — Adrian Cochrane 5 years ago
Rework psuedoelement infrastructure so they can be their own boxes.
00ed62a1 — Adrian Cochrane 5 years ago
Code cleanliness fixes.
2128054b — Adrian Cochrane 5 years ago
Factorize out cascade logic.