6.4.6 • Published 11 months ago

@zendeskgarden/css-variables v6.4.6

Weekly downloads
15,631
License
Apache-2.0
Repository
github
Last release
11 months ago

@zendeskgarden/css-variables npm version

This package contains common variables used by the rest of the CSS component framework.

  • color
  • font-family
  • font-size
  • font-weight
  • spacing

Installation

npm install @zendeskgarden/css-variables

Usage

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.