Skip to content

Instantly share code, notes, and snippets.

@kenwheeler
Created March 18, 2014 14:06
Show Gist options
  • Save kenwheeler/9620751 to your computer and use it in GitHub Desktop.
Save kenwheeler/9620751 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.3)
// Compass (v1.0.0.alpha.18)
// Guff (v1.0.0)
// ----
@import "guff";
div {
@include breakpoint($desktop) {
width: 100%;
}
}
@media (min-width: 1024px) {
div {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment