~alcinnz/haskell-stylist

ref: dc7809767970bbbcd9cb8606b952c6d0acff47c0 haskell-stylist/ISSUES/func-psudoclasses.md -rw-r--r-- 254 bytes
dc780976 — Adrian Cochrane Provide utilities for rewriting CSS-referenced URLs. 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