Now using the concept of variable defaults from sass

First defaults added
This commit is contained in:
Stephan 2016-12-09 22:38:12 +01:00
parent fc96f02023
commit e3105a8698
3 changed files with 331 additions and 325 deletions

View file

@ -30,8 +30,8 @@
// Adjustments can be made by copying values from _default.scss to _config.scss
// Be careful though changes will get lost if hippie gets updated
// -----------------------------------------------------------------------------
@import "default"; // DO NOT EDIT
@import "config"; // EDIT THIS
@import "default"; // EDIT
@import "config"; // DO NOT EDIT