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: a587040e4007aab3292c2eee7c9b960ecebd42aa (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: truegst;

@import "bootstrap";