Skip to content

Instantly share code, notes, and snippets.

@slobich
Created September 8, 2020 13:51
Show Gist options
  • Save slobich/230b91ab2df1cab178412698c269069f to your computer and use it in GitHub Desktop.
Save slobich/230b91ab2df1cab178412698c269069f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
/* Loše */
.card {
background-color: red;
.card__img-wrap {
disply: flex;
}
}
/* Dobro */
.card {
background-color: red;
}
.card__img-wrap {
disply: flex;
}
@charset "UTF-8";
/* Loše */
.card {
background-color: red;
}
.card .card__img-wrap {
disply: flex;
}
/* Dobro */
.card {
background-color: red;
}
.card__img-wrap {
disply: flex;
}
{
"sass": {
"compiler": "dart-sass/1.26.10",
"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