Theming guide updated.

This commit is contained in:
Kirk Clemons 2019-11-04 07:34:50 -08:00 committed by Jonas Kuske
parent ed7eda2520
commit 99104fa072
2 changed files with 23 additions and 3 deletions

View file

@ -74,7 +74,7 @@ There are a few rules for working in the Water.css source code:
3. Reuse existing colors where possible. Before introducing a new color to our palette, check if one of the existing colors fits your needs.
4. If you introduce a new variable, make sure to declare it both in `variables-dark.css` and `variables-light.css` so it's available in both themes.
4. If you introduce a new variable, make sure to declare it both in `variables-dark.css` and `variables-light.css` so it's available in both themes. Also, add the new variable to the list of variables available for theming in the [README](../README.md#theming).
## Create your pull request