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

@ -3,5 +3,6 @@ ion-hide-when.show-content {
}
ion-hide-when.hide-content {
// scss-lint:disable ImportantRule
display: none !important;
}
}