design modular theming system
This commit is contained in:
parent
e974170ff0
commit
1161db28fd
9 changed files with 114 additions and 0 deletions
3
www/css/themes/README.md
Normal file
3
www/css/themes/README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
We're exploiting the fact that css variables are computed lazily.
|
||||
That way we only have to write one file in `./maps/` for all the
|
||||
theme variants we need. **Way** less boilerplate.
|
||||
Loading…
Add table
Add a link
Reference in a new issue