Add and manage themes
First you need to run $ gulp
. Read about this in how to build section.
To edit themes just do:
-
Go to sass/themes folder.
-
Open theme file.
-
Edit
$theme
variable.
To add a new themes do:
-
Go to sass/themes folder.
-
Dublicate any theme file (or use this gist — maxmertkitTheme). Remember that filename should begin with underscore (_).
-
Edit
$theme
variable.
-
Include theme file in sass/main.sass
-
Add theme to widgets in mkit.json