diff --git a/core/src/css/core.scss b/core/src/css/core.scss index 85af9dd2f5..be7cd542d4 100644 --- a/core/src/css/core.scss +++ b/core/src/css/core.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; // Ionic Font Family diff --git a/core/src/css/display.scss b/core/src/css/display.scss index 51b30a97be..efee359f99 100644 --- a/core/src/css/display.scss +++ b/core/src/css/display.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/float-elements.scss b/core/src/css/float-elements.scss index 622911530d..b6e2b93e5b 100644 --- a/core/src/css/float-elements.scss +++ b/core/src/css/float-elements.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/padding.scss b/core/src/css/padding.scss index 961f5995fb..f4a869ec47 100644 --- a/core/src/css/padding.scss +++ b/core/src/css/padding.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/structure.scss b/core/src/css/structure.scss index 1f01649381..5b4438cb9a 100644 --- a/core/src/css/structure.scss +++ b/core/src/css/structure.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/text-alignment.scss b/core/src/css/text-alignment.scss index 344f7baf29..9b0eeb7dd5 100644 --- a/core/src/css/text-alignment.scss +++ b/core/src/css/text-alignment.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/text-transformation.scss b/core/src/css/text-transformation.scss index a9296f9bcf..7f2a040225 100644 --- a/core/src/css/text-transformation.scss +++ b/core/src/css/text-transformation.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins"; diff --git a/core/src/css/typography.scss b/core/src/css/typography.scss index 138fffe5eb..a1eb43468f 100644 --- a/core/src/css/typography.scss +++ b/core/src/css/typography.scss @@ -1,3 +1,4 @@ +@import "../themes/ionic.skip-warns.scss"; @import "../themes/ionic.globals"; @import "../themes/ionic.mixins";