sass/ezy/_grid.scss in ezy-0.0.4 vs sass/ezy/_grid.scss in ezy-0.0.5

- old
+ new

@@ -1,5 +1,11 @@ // --------------------------------------------------------------------------- +// Importing dependencies + +@import "functions"; +@import "clearfix"; + +// --------------------------------------------------------------------------- // Mandatory grid settings // Defaults: can be overridden $column-width: 4em !default; $gutter-width: 1em !default;