mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 15:32:13 -06:00
Update classes-wind-degrees.scss
Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: compound selectors may no longer be extended. Consider `@extend .wi-wind, .towards-0-deg` instead. See http://bit.ly/ExtendCompound for details. ╷ 727 │ @extend .wi-wind.towards-0-deg; │ ^^^^^^^^^^^^^^^^^^^^^^ ╵ node_modules/weathericons/sass/icon-classes/classes-wind-degrees.scss 727:11 root stylesheet
This commit is contained in:
parent
54113376d9
commit
1444534080
@ -724,5 +724,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wi-wind-towards-n {
|
.wi-wind-towards-n {
|
||||||
@extend .wi-wind.towards-0-deg;
|
@extend .wi-wind, .towards-0-deg;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user