Skip to content

Instantly share code, notes, and snippets.

@joseluis
Created February 23, 2015 13:51
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 joseluis/1e5236d3a4af84ee107b to your computer and use it in GitHub Desktop.
Save joseluis/1e5236d3a4af84ee107b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// Include Media (v1.1.2)
// ----
@import "include-media";
$lap: ">phone", "<=tablet";
@include media($lap...) {
color: red;
}
@media (min-width: 321px) and (max-width: 768px) {
color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment