Skip to content

Instantly share code, notes, and snippets.

@sou-lab
Created January 21, 2016 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sou-lab/aabdf9e708e3abf4f084 to your computer and use it in GitHub Desktop.
Save sou-lab/aabdf9e708e3abf4f084 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.20)
// Compass (v1.0.3)
// ----
.wrap {
@media (min-width: 769px) {
display: block;
@at-root (without: media){
.box {
display: inline-block;
}
}
}
}
@media (min-width: 769px) {
.wrap {
display: block;
}
}
.wrap .box {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment