Skip to content

Instantly share code, notes, and snippets.

@artola
Created November 25, 2020 19:33
Show Gist options
  • Save artola/589f408a7a49343c2abdd850102efca5 to your computer and use it in GitHub Desktop.
Save artola/589f408a7a49343c2abdd850102efca5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// original code
.foo {
right: 0;
left: auto !important;
}
// shame file
.foo {
right: undefined;
left: undefined !important;
}
.foo {
right: 0;
left: auto !important;
}
.foo {
right: undefined;
left: undefined !important;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"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