@cwds/core
v1.5.6
Published
> TODO: description
Downloads
93
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@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 :export
ed 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"