Skip to content

Commit

Permalink
fix(variables): unused -shadow-lg for #283
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 22, 2020
1 parent fe3dfa4 commit b45e7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ $rounded-pill: 50rem !default;

$box-shadow-sm: null !default; // Boosted mod: forbidden by Orange Brand
$box-shadow: null !default; // Boosted mod: forbidden by Orange Brand
$box-shadow-lg: null !default; // Boosted mod: forbidden by Orange Brand
//$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default; // Boosted mod: forbidden by Orange Brand
$box-shadow-inset: null !default; // Boosted mod: forbidden by Orange Brand

$component-active-color: $white !default;
Expand Down

0 comments on commit b45e7b0

Please sign in to comment.