refactor(static): refactor weather-icons lib

This commit is contained in:
2026-07-05 20:45:19 +03:00
parent d21e31ca35
commit d1bdac66c0
46 changed files with 69 additions and 133 deletions

View File

@@ -0,0 +1,6 @@
@use "variables";
@use "weather-icons-base";
@each $icon in variables.$weather-icons-included {
@include weather-icons-base.weather-icon($icon);
}