From f597e2fe949a1e18eb778b9a5bd102de88570555 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 18 May 2017 14:03:27 +0200 Subject: Initial commit. --- src/sass/bootstrap4/bootstrap-flex.scss | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/sass/bootstrap4/bootstrap-flex.scss (limited to 'src/sass/bootstrap4/bootstrap-flex.scss') diff --git a/src/sass/bootstrap4/bootstrap-flex.scss b/src/sass/bootstrap4/bootstrap-flex.scss new file mode 100644 index 0000000..60dd03a --- /dev/null +++ b/src/sass/bootstrap4/bootstrap-flex.scss @@ -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"; -- cgit v1.2.3