main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
405 bytes
|
Rev | Line | |
---|
[d565449] | 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 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.