Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

weather-icons.less 1.2KB

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