mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: fix module loop errors
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user