~alcinnz/haskell-stylist

ref: 216e4e39846280415775a5511e4755b94caf257e haskell-stylist/ISSUES/func-psudoclasses.md -rw-r--r-- 254 bytes
216e4e39 — Adrian Cochrane Parse & prepare to handle white-space: pre; 4 years ago
                                                                                
9503b788 Adrian Cochrane
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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