Skip to content

Commit

Permalink
newcat#210: Update docs regarding SCSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
newcat committed Sep 14, 2022
1 parent dc3b60e commit 63b3412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Most colors can be customized by changing variables.
The default values can be found at [variables.scss](https://github.com/newcat/baklavajs/blob/master/packages/baklavajs-plugin-renderer-vue/src/styles/variables.scss).
To override values, create a scss file with the following contents:
```scss
@import "baklavajs/dist/styles/variables.scss";
@import "@baklavajs/plugin-renderer-vue/dist/styles/variables.scss";

// change variables here

@import "baklavajs/dist/styles/styles.scss";
@import "@baklavajs/plugin-renderer-vue/dist/styles/styles.scss";
```

Now you can import the scss file in your main.js/index.js file.
Expand Down

0 comments on commit 63b3412

Please sign in to comment.