|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
405 bytes
|
| Line | |
|---|
| 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.