discourse/app/assets/stylesheets/vendor/font_awesome/font-awesome.scss

19 lines
433 B
SCSS
Raw Normal View History

/*!
2017-04-26 15:16:30 -04:00
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
2013-12-09 16:27:49 -05:00
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import "variables";
@import "mixins";
2015-02-05 08:25:27 -05:00
// @import "path";
@import "core";
2013-12-09 16:27:49 -05:00
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered-pulled";
2015-03-27 08:08:58 -04:00
@import "animated";
2013-12-09 16:27:49 -05:00
@import "rotated-flipped";
@import "stacked";
@import "icons";
2017-04-26 15:16:30 -04:00
@import "screen-reader";