Noticed problem with config overrides
No solution yet
This commit is contained in:
parent
9f7cb5d71f
commit
73bba3e161
1 changed files with 4 additions and 3 deletions
|
|
@ -27,10 +27,11 @@
|
||||||
|
|
||||||
|
|
||||||
// Global configuration with default values
|
// 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 "default"; // DO NOT EDIT
|
||||||
@import "config"; // EDIT THIS // copy default values and adjust
|
@import "config"; // EDIT THIS
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue