refactor(sass): fixing indentation of variable values and making sure the !default flag is on all component variables

This commit is contained in:
Brandy Carney
2015-10-27 13:51:30 -04:00
parent 292806cd39
commit 23ac4fbdb9
2 changed files with 14 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ $button-md-transition-duration: 300ms !default;
$button-md-clear-hover-background-color: rgba(158, 158, 158, 0.1) !default;
$button-md-clear-active-background-color: rgba(158, 158, 158, 0.2) !default;
$button-md-fab-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.1) !default;
$button-md-fab-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.14), 0 4px 5px rgba(0, 0, 0, 0.1) !default;
button,