mirror of
https://github.com/erikflowers/weather-icons.git
synced 2025-10-12 23:42:10 -06:00
Actually fixing the minified files which were missing pretty much everything important.
This commit is contained in:
parent
3da3bb770a
commit
dd4c606ad0
2
css/weather-icons.min.css
vendored
2
css/weather-icons.min.css
vendored
File diff suppressed because one or more lines are too long
@ -20,14 +20,11 @@
|
|||||||
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@import "weather-icons-core.less";
|
||||||
|
|
||||||
|
|
||||||
@import "weather-icons-variables.less";
|
@import "weather-icons-variables.less";
|
||||||
@import "weather-icons-classes.less";
|
@import "weather-icons-classes.less";
|
||||||
|
// Mappings to various APIs
|
||||||
// Include anything you need to make the Weather Icons styled here //
|
@import "mappings/wi-yahoo.less";
|
||||||
|
@import "mappings/wi-forecast-io.less";
|
||||||
|
@import "mappings/wi-wmo4680.less";
|
||||||
|
@import "mappings/wi-owm.less";
|
||||||
|
|
@ -20,5 +20,11 @@
|
|||||||
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
* "Font Awesome by Dave Gandy - http://fontawesome.io"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "weather-icons-variables.scss";
|
@import 'weather-icons-core.scss';
|
||||||
@import "weather-icons-classes.scss";
|
@import 'weather-icons-variables.scss';
|
||||||
|
@import 'weather-icons-classes.scss';
|
||||||
|
// Mappings to various APIs
|
||||||
|
@import "mappings/wi-yahoo.scss";
|
||||||
|
@import "mappings/wi-forecast-io.scss";
|
||||||
|
@import "mappings/wi-wmo4680.scss";
|
||||||
|
@import "mappings/wi-owm.scss";
|
Loading…
x
Reference in New Issue
Block a user