Skip to content

Instantly share code, notes, and snippets.

@skhashaev
Last active March 17, 2021 21:22
Show Gist options
  • Save skhashaev/2196d86c5286f5098f51b3a7108f220e to your computer and use it in GitHub Desktop.
Save skhashaev/2196d86c5286f5098f51b3a7108f220e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
/* --- Placeholder selectors --- */
// .alert:hover, %strong-alert {
// font-weight: bold;
// }
// %strong-alert:hover {
// color: red;
// }
/* Main use of placeholder selectors */
// %toolbelt {
// box-sizing: border-box;
// border-top: 1px rgba(#000, .12) solid;
// padding: 16px 0;
// width: 100%;
// &:hover { border: 2px rgba(#000, .5) solid; }
// }
// .action-buttons {
// @extend %toolbelt;
// color: #4285f4;
// }
// .reset-buttons {
// @extend %toolbelt;
// color: #cddc39;
// }
/* --- Placeholder selectors --- */
/* Main use of placeholder selectors */
{
"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