Skip to content

Instantly share code, notes, and snippets.

@MichaelArestad
Created January 28, 2015 17:18
Show Gist options
  • Save MichaelArestad/64abb136d3b8977a43fa to your computer and use it in GitHub Desktop.
Save MichaelArestad/64abb136d3b8977a43fa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.9)
// Compass (v1.0.1)
// ----
@mixin breakpoint( $size ) {
size: $size;
}
test {
@include breakpoint( "S+M+L" );
}
test {
size: "S+M+L";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment