Framework scss

This commit is contained in:
Max Lynch
2013-08-23 10:44:49 -05:00
parent 7809b3c402
commit c31650aec7

View File

@ -1,11 +1,11 @@
// Make sure the charset is set appropriately
@charset "UTF-8"; @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"; @import "foundation/variables";
// Foundation Components // Foundation Components
@import @import
""
"foundation/components/global", "foundation/components/global",
"foundation/components/grid", "foundation/components/grid",
"foundation/components/visibility", "foundation/components/visibility",