]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/development.md
Apply linters
[github/bastienwirtz/homer.git] / docs / development.md
index f2e90201f9c86853cb5ddd374c337271f525866b..5e432f1deef86cd21d9e64da3037f5b89440e781 100644 (file)
@@ -1,4 +1,4 @@
-## Development
+# Development
 
 ```sh
 # Using yarn (recommended)
@@ -10,7 +10,7 @@ npm install
 npm run serve
 ```
 
-### Themes
+## Themes
 
 Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)).
 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.