From 73bba3e1617eef29eb8ca80c51b477c54135c44b Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 9 Dec 2016 16:43:55 +0100 Subject: [PATCH] Noticed problem with config overrides No solution yet --- _hippie.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_hippie.scss b/_hippie.scss index 09ba726..ce233a3 100644 --- a/_hippie.scss +++ b/_hippie.scss @@ -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