From c31650aec7b04a23be3a8af89dfe073c703af45b Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Fri, 23 Aug 2013 10:44:49 -0500 Subject: [PATCH] Framework scss --- scss/framework.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/framework.scss b/scss/framework.scss index 075686e2ce..60bffeeffe 100755 --- a/scss/framework.scss +++ b/scss/framework.scss @@ -1,11 +1,11 @@ -// Make sure the charset is set appropriately @charset "UTF-8"; -// This includes all of the foundation global elements that are needed to work with any of the other files. +// This includes all of the framework global elements that are needed to work with any of the other files. @import "foundation/variables"; // Foundation Components @import + "" "foundation/components/global", "foundation/components/grid", "foundation/components/visibility",