Skip to content

Instantly share code, notes, and snippets.

@krstivoja
Created May 24, 2021 19:27
Show Gist options
  • Save krstivoja/ada45777c0253de4d680873ee30bb9fc to your computer and use it in GitHub Desktop.
Save krstivoja/ada45777c0253de4d680873ee30bb9fc to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.bth{
background: red;
}
.btn-big{
@extend .bth;
font-size: 12px;
}
.bth, .btn-big {
background: red;
}
.btn-big {
font-size: 12px;
}
{
"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