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 /simplex | |
parent | f6c0658770d4a002adbecc95a2f1fd0c8534a7ed (diff) |
set default $bootstrap-sass-asset-helper value
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simplex/_variables.scss b/simplex/_variables.scss index 048d9fb5..a8db7571 100644 --- a/simplex/_variables.scss +++ b/simplex/_variables.scss @@ -1,3 +1,4 @@ +$bootstrap-sass-asset-helper: false !default; // Simplex 3.3.5 // Variables // -------------------------------------------------- |