~alcinnz/haskell-stylist

ref: b93db8b7308658745714cf326e1ba7348fca0f5e haskell-stylist/ISSUES/func-psudoclasses.md -rw-r--r-- 254 bytes
b93db8b7 — Adrian Cochrane Implement whitespace collapse, togglable via white-space: pre/normal; 4 years ago

#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