0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/scss/bootstrap-flex.scss

9 lines
182 B
SCSS
Raw Normal View History

// Bootstrap with Flexbox enabled
//
// Includes all the imports from the standard Bootstrap project, but enables
// the flexbox variable.
$enable-flex: true;
2015-06-20 01:26:33 +02:00
@import "bootstrap";