WVC Lumen CSS #
CCS implementation of WVC's Lumen Design System.
Documentation
- https://worldvisioncanada.atlassian.net/wiki/spaces/SYS/pages/3039363073/Lumen+CSS
Project commands
- To download project dependecies, run
yarn.
- To run the storybook sandbox, run
yarn start.
- To lint (error check) your code, run
yarn lint.
- To compile scss to css for deployment(to dist/), run
yarn build.