Created
November 23, 2013 17:43
-
-
Save codingdesigner/7617638 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.3.0.rc.1) | |
// Compass (v0.13.alpha.10) | |
// ---- | |
@import "breakpoint"; | |
/* SURPRISE! This is broken in Breakpoint 2.0.7 */ | |
@include breakpoint(max-width 350px, 500px 600px) { | |
left: -0.75em; | |
} |
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
/* SURPRISE! This is broken in Breakpoint 2.0.7 */ | |
@media (max-width: 350px) { | |
left: -0.75em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment