diff options
Diffstat (limited to 'docs/development.md')
-rw-r--r-- | docs/development.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.md b/docs/development.md index 6ea1cba..f2e9020 100644 --- a/docs/development.md +++ b/docs/development.md | |||
@@ -1,4 +1,4 @@ | |||
1 | ## Developement | 1 | ## Development |
2 | 2 | ||
3 | ```sh | 3 | ```sh |
4 | # Using yarn (recommended) | 4 | # Using yarn (recommended) |
@@ -13,7 +13,7 @@ npm run serve | |||
13 | ### Themes | 13 | ### Themes |
14 | 14 | ||
15 | Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)). | 15 | Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)). |
16 | To addd a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-<name>` scope. Then import it in the main style file. | 16 | To add a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-<name>` scope. Then import it in the main style file. |
17 | 17 | ||
18 | ```scss | 18 | ```scss |
19 | // `src/assets/themes/my-awesome-theme.scss` | 19 | // `src/assets/themes/my-awesome-theme.scss` |