You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation is confusing for newcomers looking to get started with sass and flexbox. Currently the documentation says:
Open the _variables.scss file and find the $enable-flex variable.
Change it from false to true.
Recompile, and done!
This is where it gets confusing: Most of us are using task managers like gulp or grunt, and dependency manages like bower. In my case I'm @import "bootstrap"; in my style.scss file. This leaves to questions which I think the documentation needs improvement:
To properly override this variable do I need go into bower_compoonents/bootstrap/scss/ _variables.scss and change it there or do I need to create that file in: /public/assets/sass/ _variables.scss with 1 variable $enable-flex: true
I wouldn't mind updating documentation if I knew this answer myself.
The text was updated successfully, but these errors were encountered:
imcodingideas
changed the title
Documentation Enable Flex Box Needs Improvement
Documentation $enable-flex Needs Improvement
Dec 6, 2016
The documentation is confusing for newcomers looking to get started with sass and flexbox. Currently the documentation says:
This is where it gets confusing: Most of us are using task managers like gulp or grunt, and dependency manages like bower. In my case I'm @import "bootstrap"; in my style.scss file. This leaves to questions which I think the documentation needs improvement:
To properly override this variable do I need go into bower_compoonents/bootstrap/scss/ _variables.scss and change it there or do I need to create that file in: /public/assets/sass/ _variables.scss with 1 variable $enable-flex: true
I wouldn't mind updating documentation if I knew this answer myself.
The text was updated successfully, but these errors were encountered: