Updated includes.

pull/82/head
Macdonald, Zak 9 years ago
parent b01bcdb15d
commit a95f03816f

@ -1,16 +1,16 @@
/*!
/**
* Weather Icons 1.3
* Updated November 30th, 2014
* Weather themed icons for Bootstrap
* ------------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
* ---------------------------------------------------------------------------
* Maintained at http://erikflowers.github.io/weather-icons
* http://twitter.com/Erik_UX
*
* License
* ------------------------------------------------------------------------------
* ---------------------------------------------------------------------------
* - Fpmt licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - CSS and LESS are licensed under MIT License -
* - CSS, SASS 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/
@ -18,19 +18,28 @@
* "Font Awesome by Dave Gandy - http://fontawesome.io"
*
* Weather Icons Bootstrap Package Author - Erik Flowers - erik@helloerik.com
* ------------------------------------------------------------------------------
* ---------------------------------------------------------------------------
* Email: erik@helloerik.com
* Twitter: http://twitter.com/Erik_UX
*
* Weather Icons SCSS Fork Author - Zak MacDonald - me@zakmac.com
* ---------------------------------------------------------------------------
* Email: me@zakmac.com
*/
@import "variables.less";
@import "icon-classes.less";
// Include anything you need to make the Weather Icons styled here //
// the building blocks
@import "variables";
@import "mixins";
@import "font";
@import "core";
// @import "functions";
@import "icons";
// the sizzle
// @import "animated";
// @import "bordered-pulled";
// @import "fixed-width";
// @import "list";
@import "rotated-flipped";
// @import "sizes";
// @import "stacked";

Loading…
Cancel
Save