Noticed problem with config overrides

No solution yet
This commit is contained in:
Stephan 2016-12-09 16:43:55 +01:00
parent 9f7cb5d71f
commit 73bba3e161

View file

@ -27,10 +27,11 @@
// Global configuration with default values
// Adjustments can be made by copying values from default to config
// 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"; // NOTE // do not edit
@import "config"; // EDIT THIS // copy default values and adjust
@import "default"; // DO NOT EDIT
@import "config"; // EDIT THIS