From: Mark Otto Date: Sat, 26 Nov 2016 06:08:51 +0000 (-0800) Subject: re-enable transitions (which according to the options.md doc is the default) X-Git-Tag: v4.0.0-alpha.6~401^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21203%2Fhead;p=thirdparty%2Fbootstrap.git re-enable transitions (which according to the options.md doc is the default) --- diff --git a/scss/_variables.scss b/scss/_variables.scss index 01df8b63ac..d338523ebe 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -114,7 +114,7 @@ $enable-flex: false !default; $enable-rounded: true !default; $enable-shadows: false !default; $enable-gradients: false !default; -$enable-transitions: false !default; +$enable-transitions: true !default; $enable-hover-media-query: false !default; $enable-grid-classes: true !default; $enable-print-styles: true !default;