Created
January 28, 2015 17:18
-
-
Save MichaelArestad/64abb136d3b8977a43fa to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.4.9) | |
// Compass (v1.0.1) | |
// ---- | |
@mixin breakpoint( $size ) { | |
size: $size; | |
} | |
test { | |
@include breakpoint( "S+M+L" ); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test { | |
size: "S+M+L"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment