2
0
mirror of https://github.com/erikflowers/weather-icons.git synced 2025-10-12 15:32:13 -06:00
erikflowers_weather-icons/less/weather-icons.less

31 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-08-03 17:29:32 -06:00
/*!
2015-08-02 18:23:36 -07:00
* Weather Icons 2.0
* Updated August 1, 2015
2013-08-03 17:29:32 -06:00
* Weather themed icons for Bootstrap
2015-08-02 18:23:36 -07:00
* Author - Erik Flowers - erik@helloerik.com
* Email: erik@helloerik.com
* Twitter: http://twitter.com/Erik_UX
2013-08-03 17:29:32 -06:00
* ------------------------------------------------------------------------------
2015-08-02 18:23:36 -07:00
* Maintained at http://erikflowers.github.io/weather-icons
2013-08-03 17:29:32 -06:00
*
* License
* ------------------------------------------------------------------------------
* - Font licensed under SIL OFL 1.1 -
2013-08-03 17:29:32 -06:00
* http://scripts.sil.org/OFL
2015-08-02 18:23:36 -07:00
* - CSS, SCSS and LESS are licensed under MIT License -
2013-08-03 17:29:32 -06:00
* http://opensource.org/licenses/mit-license.html
* - Documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
2014-11-30 16:22:27 -08:00
* - Inspired by and works great as a companion with Font Awesome
2013-08-03 17:29:32 -06:00
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*/
2015-08-01 17:53:44 -07:00
@import "weather-icons-core.less";
@import "weather-icons-variables.less";
2015-08-02 18:23:36 -07:00
@import "weather-icons-classes.less";
// Mappings to various APIs
@import "mappings/wi-yahoo.less";
@import "mappings/wi-forecast-io.less";
@import "mappings/wi-wmo4680.less";
@import "mappings/wi-owm.less";