templates/project/_base.sass in ericam-compass-susy-plugin-0.1.6 vs templates/project/_base.sass in ericam-compass-susy-plugin-0.2.0
- old
+ new
@@ -5,21 +5,24 @@
/* RESET STYLES
@import compass/reset.sass
-// MIXINS
-@import susy/utils.sass
-@import susy/grid.sass
-
// GRID
+// override these values as needed for your grid layout
+
// !grid_unit = "em"
// !total_cols = 10
// !col_width = 7
// !gutter_width = 1
+// MIXINS
+// (don't move these @imports above the GRID overrides)
+@import susy/utils.sass
+@import susy/grid.sass
+
// COLORS
!dark = #000
!light = #fff
@@ -27,11 +30,11 @@
// You set the font and line heights in pixels
!base_font_size_px ||= 12
!base_line_height_px ||= 18
-// SUSY will do the math to make that relative
+// SUSY can do the math to make that relative
!base_line_height = (!base_line_height_px / !base_font_size_px) + "em"
!base_font_size = (!base_font_size_px / 16) + "em"
// Give yourself some font stacks to work with
=sans-family
@@ -97,6 +100,6 @@
del
:text-decoration line-through
/* replaced tags
-img
\ No newline at end of file
+img