mirror of
https://github.com/kognise/water.css.git
synced 2025-08-31 16:51:52 +02:00
Theming guide updated.
This commit is contained in:
committed by
Jonas Kuske
parent
ed7eda2520
commit
99104fa072
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user