Created
April 21, 2015 22:20
-
-
Save pr1ntr/a3f8a7a0cf05d1e377bf to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.1.0) | |
// ---- | |
$xs-min:480px; | |
$mq-xs-min: "(min-width: #{$xs-min})"; | |
/*@media $mq-xs-min { | |
.k { | |
width:10px; | |
} | |
}*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*@media $mq-xs-min { | |
.k { | |
width:10px; | |
} | |
}*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment