Move SCSS partials to /_sass/minimal-mistakes for easier CSS customization

This commit is contained in:
Michael Rose
2017-04-18 12:52:11 -04:00
parent eaf366e405
commit 3fc1bfde26
220 changed files with 146 additions and 173 deletions

View File

@ -0,0 +1,18 @@
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@import "variables";
@import "mixins";
@import "path";
@import "core";
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered-pulled";
@import "animated";
@import "rotated-flipped";
@import "stacked";
@import "icons";
@import "screen-reader";