2
0
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:
JamieMcDonnell 2020-12-10 10:29:35 +01:00 committed by GitHub
parent 54113376d9
commit 1444534080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -724,5 +724,5 @@
}
.wi-wind-towards-n {
@extend .wi-wind.towards-0-deg;
@extend .wi-wind, .towards-0-deg;
}