Add and manage sizes

First you need to run $ gulp. Read about this in how to build section.

To edit sizes just do:

  1. Go to sass/sizes folder.
  2. Open size file.
  3. Edit $size variable.

To add a new sizes do:

  1. Go to sass/sizes folder.
  2. Dublicate any size file (or use this gist — maxmertkitSize). Remember that filename should begin with underscore (_).
  3. Edit $size variable.
  4. Include size file in sass/main.sass
  5. Add size to widgets in mkit.json