aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
authorTai Groot <tai@taigrr.com>2020-10-25 21:12:37 -0700
committerTai Groot <tai@taigrr.com>2020-10-25 21:27:09 -0700
commit2662b1704930eff56a61194a6796d463df687889 (patch)
tree7ac7809fed51d836eb821c09832b2dbf3957c6a4 /docs/development.md
parentd1b29caaa62ef19e9dd68babf334ec25a966f945 (diff)
downloadhomer-2662b1704930eff56a61194a6796d463df687889.tar.gz
homer-2662b1704930eff56a61194a6796d463df687889.tar.zst
homer-2662b1704930eff56a61194a6796d463df687889.zip
chore: applies spell-check against entire repo (aspell)
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md4
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
15Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)). 15Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
16To 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. 16To 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`