Skip to content

Instantly share code, notes, and snippets.

@cimmanon
Created January 28, 2016 23:02
Show Gist options
  • Save cimmanon/146367473eb9e7bc04f1 to your computer and use it in GitHub Desktop.
Save cimmanon/146367473eb9e7bc04f1 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
.grid_#{$i} {
@extend .grid;
#{$container_name} & {
width: $i * $column_width -$gutter;
}
}
Undefined variable: "$i".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment