@cwds/core
v1.5.6
Published
> TODO: description
Keywords
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@alphaCSS/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"