Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.js 405B

123456789101112
  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. };