@cmsgov/design-system-supportdeprecated

Sass variables, mixins, and functions

Usage no npm install needed!

<script type="module">
  import cmsgovDesignSystemSupport from 'https://cdn.skypack.dev/@cmsgov/design-system-support';
</script>

README

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';