Skip to content

Instantly share code, notes, and snippets.

@Arelav
Created April 13, 2022 23:41
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 Arelav/c87a5d95e7a3792af29c2a9117304c6c to your computer and use it in GitHub Desktop.
Save Arelav/c87a5d95e7a3792af29c2a9117304c6c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$break-lg: 42;
a {
text-decoration: none;
@media (min-width: $break-lg) {
width: 48%;
}
@media (min-width: $break-lg) {
a {
width: 48%;
}
}
}
a {
text-decoration: none;
}
@media (min-width: 42) {
a a {
width: 48%;
}
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"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