@mattilsynet/designsystem-css
Version:
## Installation and usage
19 lines (12 loc) • 379 B
Markdown
# CSS for Mattilsynet Design system
## Installation and usage
Install the css design system from npm into your project, you can run the following command:
```bash
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:
```bash
npm run build
npm publish
```