Skip to content

Instantly share code, notes, and snippets.

@oksushi
Created April 21, 2015 22:25
Show Gist options
  • Save oksushi/1197d3550a9885b30e4d to your computer and use it in GitHub Desktop.
Save oksushi/1197d3550a9885b30e4d to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.1.0)
// ----
$xs-min:480px;
$mq-xs-min: "(min-width: #{$xs-min})";
@media #{$mq-xs-min} {
.k {
width:10px;
}
}
@media (min-width: 480px) {
.k {
width: 10px; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment