You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
405 B

4 years ago
  1. module.exports = {
  2. 'dir': require('./dir'),
  3. 'has': require('./has'),
  4. 'lang': require('./lang'),
  5. 'matches': require('./matches'),
  6. 'not': require('./not'),
  7. 'nth-child': require('./nth-child'),
  8. 'nth-last-child': require('./nth-last-child'),
  9. 'nth-last-of-type': require('./nth-last-of-type'),
  10. 'nth-of-type': require('./nth-of-type'),
  11. 'slotted': require('./slotted')
  12. };