Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 707 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 707 Bytes

@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.