style(sass): update sass linters and fix lint errors

This commit is contained in:
Brandy Carney
2018-03-28 18:23:43 -04:00
parent 88752dea51
commit a1346a9e89
23 changed files with 95 additions and 89 deletions

View File

@ -23,9 +23,9 @@
}
.fab-button-ios .icon {
fill: $fab-ios-icon-fill-color;
font-size: $fab-ios-icon-font-size;
fill: $fab-ios-icon-fill-color;
}
// FAB buttons in a list

View File

@ -4,7 +4,7 @@
// --------------------------------------------------
/// @prop - Box shadow of the FAB button
$fab-ios-box-shadow: 0px 4px 16px rgba(0, 0, 0, .12) !default;
$fab-ios-box-shadow: 0 4px 16px rgba(0, 0, 0, .12) !default;
/// @prop - Box shadow of the activated FAB button
$fab-ios-box-shadow-activated: $fab-ios-box-shadow !default;