Skip to content

Instantly share code, notes, and snippets.

@cange
Created July 10, 2023 10:16
Show Gist options
  • Save cange/8c3b730758340e1cee1825ba3d94e0fe to your computer and use it in GitHub Desktop.
Save cange/8c3b730758340e1cee1825ba3d94e0fe to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
body {
color: blue;
@media screen and (resolution >= 0dppx) {
color:red;
}
}
body {
color: blue;
}
@media screen and (resolution >= 0dppx) {
body {
color: red;
}
}
{
"sass": {
"compiler": "libsass/3.5.5",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment