Skip to content

Instantly share code, notes, and snippets.

@alpipego
Created February 15, 2022 16:46
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 alpipego/f2c656c97f24927936413feb34f01791 to your computer and use it in GitHub Desktop.
Save alpipego/f2c656c97f24927936413feb34f01791 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.thing {
padding: 10px;
padding-right: 20px;
}
.other-thing {
padding: {
top: 30px;
right: 20px;
bottom: 50px;
left: 20px;
}
}
.thing {
padding: 10px;
padding-right: 20px;
}
.other-thing {
padding-top: 30px;
padding-right: 20px;
padding-bottom: 50px;
padding-left: 20px;
}
{
"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