mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
docs: build carbon themes using sass
This commit is contained in:
parent
9aa01ce5fb
commit
e2c8ea6d76
10 changed files with 808 additions and 28 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue