UNPKG

stylelint-config-dabapps

Version:

DabApps stylelint config

22 lines (21 loc) 400 B
/* Nested depth */ .too { .many { .nested { .selectors { .help { /* rem / em blacklist */ font-size: 1em; padding: 1rem; /* color-named */ color: white; /* color-no-invalid-hex */ color: #abababab; } /* declaration-block-no-duplicate-properties */ .help { } } } } }