@cwds/core

> TODO: description

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@cwds/core
1.5.6a year ago4 years agoMinified + gzip package size for @cwds/core in KB

Readme

@cwds/core
CARES Design System core.

🛑 NOTICE 🛑

This package may no longer be supported. Please see ca-cwds/design-system.

Usage

yarn add @cwds/core@alpha

CSS/SCSS

Add the global stylesheet to your application
import '@cwds/core/dist/styles.css`;

or consume the sass
@include '~cwds/core/scss/styles`

JavaScript

Useful values are :exported so you can make use of them in javascript if you choose:
import DS from '@cwds/core/scss/export'

console.log(DS['theme-color-success'])
// "#068347"