From fce9890f258b081745cc83a3bccad6f28a736003 Mon Sep 17 00:00:00 2001 From: Christopher McCulloh Date: Tue, 27 Jan 2015 10:57:14 -0500 Subject: [PATCH] (984---rails-asset-precompilation-fails) :bug: declare charset in root of document instead of under .fuelux class --- less/fuelux.less | 4 +++- less/icons.less | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/less/fuelux.less b/less/fuelux.less index d2e34520e..4f0935801 100644 --- a/less/fuelux.less +++ b/less/fuelux.less @@ -1,3 +1,5 @@ +@charset "UTF-8"; + .fuelux { // Core variables, mixins, and icons @@ -20,7 +22,7 @@ @import "repeater-list.less"; @import "repeater-thumbnail.less"; @import "spinbox.less"; - @import "scheduler.less"; + @import "scheduler.less"; @import "search.less"; @import "selectlist.less"; @import "tree.less"; diff --git a/less/icons.less b/less/icons.less index f3cfb9c1e..3e3429db1 100644 --- a/less/icons.less +++ b/less/icons.less @@ -1,5 +1,3 @@ -@charset "UTF-8"; - @font-face { font-family: "fuelux"; src:url("@{fueluxFontPath}fuelux.eot");