From 8117756ee7e012089f72345650efbc5847973d58 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 11 Aug 2015 23:43:15 -0400 Subject: Fix BOM in FontAwesome --- _includes/fontawesome.scss | 12 ++++++++++++ _includes/tiny.scss | 3 --- _layouts/master.html | 4 ++++ _sass/tiny/_normalize.scss | 2 -- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 _includes/fontawesome.scss diff --git a/_includes/fontawesome.scss b/_includes/fontawesome.scss new file mode 100644 index 0000000..a1f03cf --- /dev/null +++ b/_includes/fontawesome.scss @@ -0,0 +1,12 @@ +@import "font-awesome/variables"; +@import "font-awesome/mixins"; +@import "font-awesome/path"; +@import "font-awesome/core"; +@import "font-awesome/larger"; +// @import "font-awesome/fixed-width"; +// @import "font-awesome/list"; +// @import "font-awesome/bordered-pulled"; +// @import "font-awesome/animated"; +// @import "font-awesome/rotated-flipped"; +// @import "font-awesome/stacked"; +@import "font-awesome/icons"; diff --git a/_includes/tiny.scss b/_includes/tiny.scss index 4b29cf2..68e71e9 100644 --- a/_includes/tiny.scss +++ b/_includes/tiny.scss @@ -16,6 +16,3 @@ // Utility classes @import "tiny/utility"; - -// Icon fonts -@import "font-awesome/font-awesome"; diff --git a/_layouts/master.html b/_layouts/master.html index 46e629c..4934356 100644 --- a/_layouts/master.html +++ b/_layouts/master.html @@ -7,6 +7,10 @@ {% capture tiny %}{% include tiny.scss %}{% endcapture %} {{ tiny | scssify }} + diff --git a/_sass/tiny/_normalize.scss b/_sass/tiny/_normalize.scss index 4ccb777..377eae7 100644 --- a/_sass/tiny/_normalize.scss +++ b/_sass/tiny/_normalize.scss @@ -1,5 +1,3 @@ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ - /** * 1. Set default font family to sans-serif. * 2. Prevent iOS and IE text size adjust after device orientation change, -- cgit v1.2.3