erikflowers / weather-icons

215 Weather Themed Icons and CSS
https://github.com/erikflowers/weather-icons
6.88k stars 849 forks source link

Update classes-wind-degrees.scss #235

Closed JamieMcDonnell closed 2 years ago

JamieMcDonnell commented 3 years ago

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
rjbijl commented 2 years ago

Is this PR going to be merged? I'm having the same issue, would rather not create my own fork to fix it for my project..