Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
haskell-stylist
summary
tree
log
refs
ref:
8ffc0dd2a20595c45184c1a2573e80f97bcd9f8e
haskell-stylist
/
ISSUES
/func-psudoclasses.md
-rw-r--r--
254 bytes
View
Log
Blame
View raw
8ffc0dd2
— Adrian Cochrane Implement CSS3 counters.
4 years ago
View Rendered
View Source
#
Functional psuedoclasses
These would mostly need to be added to the interpretor.
[ ] :not()
[ ] :dir()
[ ] :is()
[ ] :lang()
[ ] :nth-child()
[ ] :nth-last-child()
[ ] :nth-of-type()
[ ] :nth-last-child()
[ ] :where()
etc