2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Create new stylesheets for optional builds and add them to Gruntfile tasks

This commit is contained in:
Mark Otto
2015-06-18 10:19:50 -07:00
parent e615ae053c
commit 8410afe0e1
29 changed files with 15454 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
// Bootstrap with Flexbox enabled
//
// Includes all the imports from the standard Bootstrap project, but enables
// the flexbox variable.
$enable-flex: true;
@import "bootstrap.scss";