Skip to content

Instantly share code, notes, and snippets.

@PinkShellos
Created August 11, 2016 23:56
Show Gist options
  • Save PinkShellos/644167e07ca8ece2769aff4780a1f955 to your computer and use it in GitHub Desktop.
Save PinkShellos/644167e07ca8ece2769aff4780a1f955 to your computer and use it in GitHub Desktop.
// sample of incorrect use of span-columns mixin
.foo {
@include outer-container();
.foo-nested {
@include span-columns(6);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment