diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-10-26 14:04:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:04:15 -0700 |
commit | ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5 (patch) | |
tree | cae1b7657d6b85bb982e961aae6d54ff90ba8b3c /docs/development.md | |
parent | 5a85322c927c96aee89ee0c7239e03bdab3f241d (diff) | |
parent | 2662b1704930eff56a61194a6796d463df687889 (diff) | |
download | homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.gz homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.tar.zst homer-ff0b5150f1cef5456a685b492ee4f4f02b6e2ef5.zip |
Merge pull request #151 from taigrr/spellcheck
chore: applies spell-check against entire repo (aspell)
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` |