mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
style(css): fix sass linter errors and add descriptions to css files
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user