Add element theme

This commit is contained in:
Bruno Windels 2020-06-29 15:30:06 +02:00
parent bb9ae7b55b
commit baebab7b16
6 changed files with 479 additions and 0 deletions

View file

@ -0,0 +1,3 @@
// Path from root SCSS file (such as `light.scss`) to `res` dir in the source tree
// This value is overridden by external themes in `riot-web`.
$res: ../../..;