1.0.0 • Published 5 years ago

@cmsgov/qpp-design-system-support v1.0.0

Weekly downloads
1
License
SEE LICENSE IN LI...
Repository
github
Last release
5 years ago

This package contains the following design system assets:

  • Sass variables, mixins, and functions

These are typically a dependency in the other Sass packages and are a way to share common settings across packages, helping to keep the styles consistent.

Installation

npm install --save @cmsgov/design-system-support

Usage

The source files included are written in Sass (.scss). You can add your node_modules directory to your Sass includePaths and import the file like this:

@import "@cmsgov/design-system-support/index";