style(css): fix sass linter errors and add descriptions to css files

This commit is contained in:
Brandy Carney
2018-07-18 11:34:49 -04:00
parent 9488a98da0
commit 7d030ce27c
10 changed files with 47 additions and 15 deletions

View File

@ -1,6 +1,11 @@
@import "../themes/ionic.globals";
@import "../themes/ionic.mixins";
// Structure
// --------------------------------------------------
// Adds structural css to the native html elements
* {
box-sizing: border-box;
@ -45,5 +50,6 @@ body {
}
[hidden] {
// scss-lint:disable ImportantRule
display: none !important;
}