| index.mjs |
|
880 |
- |
| media-query-no-invalid.mjs |
eslint-disable no-shadow |
7377 |
- |
| no-base-design-tokens.mjs |
|
1669 |
- |
| no-browser-refs-in-toolkit.mjs |
|
2534 |
- |
| no-has-selector.mjs |
|
1891 |
- |
| use-design-tokens.mjs |
@import { PropertyConfig, PropertyTypeConfig } from "../config.mjs" |
4651 |
- |
| use-paired-color-tokens.mjs |
Drops the argument of every `:not()`, innermost first. A negated state names
the base state rather than a variant of it, so `&:not(:hover)` is the rule
that owes the surface a text color, not one that inherits it from elsewhere.
@param {string} selector
@returns {string}
|
11728 |
- |