admin-ui-upgrade-menu-tracking.js
4 months ago
class-admin-menu.php
2 weeks ago
design-tokens.css
2 months ago
design-tokens.css
14 lines
| 1 | /** |
| 2 | * Token-only WPDS design-tokens stylesheet. |
| 3 | * |
| 4 | * Re-exports the `:root{--wpds-*}` custom-property definitions from |
| 5 | * @wordpress/theme so they can be enqueued as a standalone WP style handle on |
| 6 | * every Jetpack admin page. The import is resolved and inlined by css-loader at |
| 7 | * build time (a local entry file is used rather than pointing the webpack entry |
| 8 | * straight at the package, which would get externalized to a non-existent |
| 9 | * `wp-theme/design-tokens.css` script handle). |
| 10 | * |
| 11 | * Keep this token-only: do not add component or class selectors here. |
| 12 | */ |
| 13 | @import "@wordpress/theme/design-tokens.css"; |
| 14 |