From: Mark Otto Date: Tue, 14 Apr 2015 08:01:15 +0000 (-0700) Subject: nuke shadows for now X-Git-Tag: v4.0.0-alpha~315 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8303b7b8c9381cc12bd02fb3dc143b35f9cd221d;p=thirdparty%2Fbootstrap.git nuke shadows for now --- diff --git a/scss/_variables.scss b/scss/_variables.scss index cc1e5d121b..65bd5d029f 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -38,8 +38,8 @@ $link-hover-decoration: underline !default; // Quickly modify global styling by enabling or disabling features. $enable-rounded: true !default; -$enable-shadows: true !default; -$enable-gradients: true !default; +$enable-shadows: false !default; +$enable-gradients: false !default; $enable-transitions: true !default; $spacer: 1rem !default;