mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 20:10:24 +00:00
nuke shadows for now
This commit is contained in:
parent
53a3ff74ca
commit
8303b7b8c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue