mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
9 lines
182 B
SCSS
Executable File
9 lines
182 B
SCSS
Executable File
// Bootstrap with Flexbox enabled
|
|
//
|
|
// Includes all the imports from the standard Bootstrap project, but enables
|
|
// the flexbox variable.
|
|
|
|
$enable-flex: true;
|
|
|
|
@import "bootstrap";
|