diff options
| author | Mark Otto <[email protected]> | 2015-04-14 01:01:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-14 01:01:15 -0700 |
| commit | 8303b7b8c9381cc12bd02fb3dc143b35f9cd221d (patch) | |
| tree | 8d46a1c5cd702c3dfde0ed346b2478beb43931a1 | |
| parent | 53a3ff74ca918805cbf7f9c673be666dc89d3449 (diff) | |
| download | bootstrap-8303b7b8c9381cc12bd02fb3dc143b35f9cd221d.tar.xz bootstrap-8303b7b8c9381cc12bd02fb3dc143b35f9cd221d.zip | |
nuke shadows for now
| -rw-r--r-- | scss/_variables.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index cc1e5d121..65bd5d029 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; |
