2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-16 09:22:13 -06:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Andrea Falco
bb80982bf1
Merge pull request #235 from JamieMcDonnell/patch-2
Update classes-wind-degrees.scss
2021-12-13 09:50:15 +01:00
Andrea Falco
2eec50d931
Merge pull request #249 from Travelbacon/master
Removed white spaces in 6 filenames.
2021-08-01 11:12:29 +02:00
George Travelbacon
f7992d1df0 Merge branch 'master' of github.com:Travelbacon/weather-icons 2021-07-31 22:49:46 +02:00
George Travelbacon
fef5c9afd7 Removed white spaces in 6 files. 2021-07-31 22:49:34 +02:00
Andrea Falco
5b0abe3667
Merge pull request #247 from Yash-Singh1/patch-1
Remove second `wi-snow` (closes #242)
2021-07-07 22:31:29 +02:00
Yash Singh
b399313e19
Remove second wi-snow (closes #242) 2021-07-07 12:40:44 -07:00
JamieMcDonnell
1444534080
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
2020-12-10 10:29:35 +01:00
8 changed files with 3 additions and 8 deletions

View File

@ -607,11 +607,6 @@
<div class="icon-name">wi-snow-wind</div>
<div class="icon_unicode">f064 </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf01b;</div>
<div class="icon-name">wi-snow</div>
<div class="icon_unicode">f01b </div>
</div>
<div class="icon-wrap">
<div class="icon">&#xf074;</div>
<div class="icon-name">wi-smog</div>
@ -1644,4 +1639,4 @@
</div>
</footer>
</body>
</html>
</html>

View File

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

View File

Before

Width:  |  Height:  |  Size: 939 B

After

Width:  |  Height:  |  Size: 939 B

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 604 B

View File

Before

Width:  |  Height:  |  Size: 569 B

After

Width:  |  Height:  |  Size: 569 B

View File

Before

Width:  |  Height:  |  Size: 582 B

After

Width:  |  Height:  |  Size: 582 B

View File

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 662 B