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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorJan Stevens <jan@playpass.be>2015-08-19 23:13:46 +0300
committerJan Stevens <jan@playpass.be>2015-08-19 23:13:46 +0300
commit00941b0abfd2b5fe1d024f7e6314faa70c40a4bd (patch)
tree75c0fb8bffbd3c07ed883f7cb93d0861a9a35cc4 /assets
parentbe4354071cd6aae405fb1b45ae195be68547bee2 (diff)
Should enable flex in bootstrap-flex
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/_bootstrap-flex.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/_bootstrap-flex.scss b/assets/stylesheets/_bootstrap-flex.scss
index a587040..60dd03a 100644
--- a/assets/stylesheets/_bootstrap-flex.scss
+++ b/assets/stylesheets/_bootstrap-flex.scss
@@ -3,6 +3,6 @@
// Includes all the imports from the standard Bootstrap project, but enables
// the flexbox variable.
-$enable-flex: truegst;
+$enable-flex: true;
@import "bootstrap";