react-code-dataset / wp-calypso /packages /components /styles /_wp-components-theme-variables.scss
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
/**
* Makes the `$components-color-*` variables from `@wordpress/components` available
* for local overrides.
*
* Remember to import this file with `@use` (not `@import`) so it doesn't pollute the global namespace.
*/
@import '@wordpress/base-styles/colors'; // TODO: The theme-variables.scss file itself should import this.
@import '@wordpress/components/src/utils/theme-variables';