Blame view

assets/plugins/weather-icons-master/less/weather-icons.less 1.16 KB
cf76164e6   Ting Chan   20190709
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
  /*!
   *  Weather Icons 2.0
   *  Updated August 1, 2015
   *  Weather themed icons for Bootstrap
   *  Author - Erik Flowers - erik@helloerik.com
   *  Email: erik@helloerik.com
   *  Twitter: http://twitter.com/Erik_UX
   *  ------------------------------------------------------------------------------
   *  Maintained at http://erikflowers.github.io/weather-icons
   *
   *  License
   *  ------------------------------------------------------------------------------
   *  - Font licensed under SIL OFL 1.1 -
   *    http://scripts.sil.org/OFL
   *  - CSS, SCSS and LESS are licensed under MIT License -
   *    http://opensource.org/licenses/mit-license.html
   *  - Documentation licensed under CC BY 3.0 -
   *    http://creativecommons.org/licenses/by/3.0/
   *  - Inspired by and works great as a companion with Font Awesome
   *    "Font Awesome by Dave Gandy - http://fontawesome.io"
   */
  
  @import "weather-icons-core.less";
  @import "weather-icons-variables.less";
  @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";
  @import "mappings/wi-wunderground.less";