Skip to content

Instantly share code, notes, and snippets.

@shaunbent
Created May 7, 2015 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaunbent/b32cd8f14c7d3a9524c4 to your computer and use it in GitHub Desktop.
Save shaunbent/b32cd8f14c7d3a9524c4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$namespace: 'test-';
$column: 1;
.#{$namespace}#{$column}\/#{$column} {
width: 100% !important;
}
.test-1\/1 {
width: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment