0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

nuke shadows for now

This commit is contained in:
Mark Otto 2015-04-14 01:01:15 -07:00
parent 53a3ff74ca
commit 8303b7b8c9

View File

@ -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;