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