bootstrap-cli
bootstrap-cli copied to clipboard
Missing variables in _variables.scss
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.
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
Current workaround: Copy "<PROJECT_FOLDER>\node_modules\bootstrap\scss_variables.scss" to "<PROJECT_FOLDER>\scss".