docs: build carbon themes using sass

This commit is contained in:
Eric Liu 2020-07-23 19:58:54 -07:00
commit e2c8ea6d76
10 changed files with 808 additions and 28 deletions

View file

@ -29,6 +29,14 @@ yarn link "carbon-components-svelte"
yarn install
```
Before starting development, you will need to build the Carbon-themed CSS StyleSheet once.
```sh
node scripts/carbon-theme
```
A file containing the four Carbon themes will be outputted to `static/style.css`. Do not check this file into source control.
## Available Scripts
### `yarn dev`