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

19 lines
433 B
SCSS
Raw Normal View History

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