2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

nuke shadows for now

This commit is contained in:
Mark Otto
2015-04-14 01:01:15 -07:00
parent 53a3ff74ca
commit 8303b7b8c9
+2 -2
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;