bootstrap-flex.scss 182 B

12345678
  1. // Bootstrap with Flexbox enabled
  2. //
  3. // Includes all the imports from the standard Bootstrap project, but enables
  4. // the flexbox variable.
  5. $enable-flex: true;
  6. @import "bootstrap";