diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-07-07 14:03:38 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-07-07 14:03:38 -0400 |
commit | ceefe110c1f64b9ebca41215d02c6e50e45d9e19 (patch) | |
tree | e6997cc74837ee9f3251920f8a555af382830476 /darkly | |
parent | f6c0658770d4a002adbecc95a2f1fd0c8534a7ed (diff) |
set default $bootstrap-sass-asset-helper value
Diffstat (limited to 'darkly')
-rw-r--r-- | darkly/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/darkly/_variables.scss b/darkly/_variables.scss index 19436434..036af62b 100644 --- a/darkly/_variables.scss +++ b/darkly/_variables.scss @@ -1,3 +1,4 @@ +$bootstrap-sass-asset-helper: false !default; // Darkly 3.3.5 // Variables // -------------------------------------------------- |