bootstrap-cli icon indicating copy to clipboard operation
bootstrap-cli copied to clipboard

Missing variables in _variables.scss

Open maximang opened this issue 7 years ago • 2 comments

The _variables.scss file created in "<PROJECT_FOLDER>\scss" doesn't contain all the required variables, which cause an issue when trying to compile it.

maximang avatar Mar 28 '18 14:03 maximang

Same problema herer, a lot of missing variables:

Found on the web this configuration, that had all the needed variables (not sure about the result): https://github.com/twbs/bootstrap-rubygem/blob/master/assets/stylesheets/bootstrap/_variables.scss

webcentro avatar Apr 02 '18 20:04 webcentro

Current workaround: Copy "<PROJECT_FOLDER>\node_modules\bootstrap\scss_variables.scss" to "<PROJECT_FOLDER>\scss".

maximang avatar Apr 02 '18 20:04 maximang