Skip to content

Instantly share code, notes, and snippets.

@Anenth
Created July 25, 2014 14:35
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 Anenth/d0b65d43ef41178cf50c to your computer and use it in GitHub Desktop.
Save Anenth/d0b65d43ef41178cf50c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.10)
// Compass (v1.0.0.alpha.20)
// ----
$sizes : small medium large;
@each $size in $sizes{
@include m($size) {
@include #{$size}-only() {
display: none;
}
}
}
Invalid CSS after " @include ": expected identifier, was "#{$size}-only() {"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment