This package contains common variables used by the rest of the CSS component framework.
- color
- font-family
- font-size
- font-weight
- spacing
npm install @zendeskgarden/css-variables
Once installed, variables can be referenced via postcss-import
.
@import '@zendeskgarden/css-variables';
The package contains corresponding JSON, JS, and Sass variables for use within a variety of asset build pipelines.