@cwds/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 applicationimport '@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"