Skip to content

Instantly share code, notes, and snippets.

@eduardoboucas
Last active August 29, 2015 14:15
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 eduardoboucas/7e8799582a0a82cd62c0 to your computer and use it in GitHub Desktop.
Save eduardoboucas/7e8799582a0a82cd62c0 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;
}
$string: (">phone", "<=tablet") is not a string for `str-slice'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment