chore: fix module loop errors

This commit is contained in:
Brandy Carney
2023-06-22 16:39:15 -04:00
parent 4ea2cd2b50
commit f241605b6f
2 changed files with 0 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
@use "sass:color";
@use "sass:map";
@use "ionic.theme.default" as defaultTheme;
// Gets the active color's css variable from a variation. Alpha is optional.
// --------------------------------------------------------------------------------------------
// Example usage:

View File

@@ -3,7 +3,6 @@
@use "sass:string";
@use "ionic.functions.string" as stringFunctions;
@use "ionic.globals" as globals;
@mixin input-cover() {
@include position(0, null, null, 0);