aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-09-25 12:12:22 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2021-09-25 12:18:13 +0200
commit1d3287dcca801a000dbdb40ef20fd26a97ebb2e3 (patch)
tree1d686bb1ddc88becccd25a4e7f1f34453561b711 /docs/development.md
parent6173d7df609bc3ab071d5d9e34ce1eb1cb05d99e (diff)
downloadhomer-1d3287dcca801a000dbdb40ef20fd26a97ebb2e3.tar.gz
homer-1d3287dcca801a000dbdb40ef20fd26a97ebb2e3.tar.zst
homer-1d3287dcca801a000dbdb40ef20fd26a97ebb2e3.zip
Apply linters
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 f2e9020..5e432f1 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -1,4 +1,4 @@
1## Development 1# Development
2 2
3```sh 3```sh
4# Using yarn (recommended) 4# Using yarn (recommended)
@@ -10,7 +10,7 @@ npm install
10npm run serve 10npm run serve
11``` 11```
12 12
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 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. 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.