refactor(static): refactor weather-icons lib
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
@use "variables";
|
||||
@use "weather-icons-base";
|
||||
|
||||
@each $icon in variables.$weather-icons-included {
|
||||
@include weather-icons-base.weather-icon($icon);
|
||||
}
|
||||
Reference in New Issue
Block a user