Skip to content

Instantly share code, notes, and snippets.

@codingdesigner
Created November 23, 2013 17:43
Show Gist options
  • Save codingdesigner/7617638 to your computer and use it in GitHub Desktop.
Save codingdesigner/7617638 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
/* 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