@mattilsynet/designsystem-css
v0.2.76
Published
## Installation and usage
Downloads
727
Readme
CSS for Mattilsynet Design system
Installation and usage
Install the css design system from npm into your project, you can run the following command:
npm i --save @mattilsynet/designsystem-css
Building and deploy to npm
You can run the following command to build the scss into css files, and deploy package to npm:
npm run build
npm publish