7 lines
150 B
SCSS
7 lines
150 B
SCSS
@use "variables";
|
|
@use "weather-icons-base";
|
|
|
|
@each $icon in variables.$weather-icons-included {
|
|
@include weather-icons-base.weather-icon($icon);
|
|
}
|