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
pull/235/head
JamieMcDonnell 3 years ago committed by GitHub
parent 54113376d9
commit 1444534080
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save