Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_bootstrap-flex.scss « stylesheets « assets - github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60dd03a686101e44edb356d69ad02ad7f8ac64d8 (plain)
1
2
3
4
5
6
7
8
// Bootstrap with Flexbox enabled
//
// Includes all the imports from the standard Bootstrap project, but enables
// the flexbox variable.

$enable-flex: true;

@import "bootstrap";