Skip to content

Instantly share code, notes, and snippets.

@skhashaev
Created March 17, 2021 20:52
Show Gist options
  • Save skhashaev/c9babca3c0ca2f3b7d8d8219c1608735 to your computer and use it in GitHub Desktop.
Save skhashaev/c9babca3c0ca2f3b7d8d8219c1608735 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
/* --- Property declaration ---*/
// .circle {
// $size: 100px;
// width: $size;
// height: $size;
// border-radius: $size / 2;
// }
/* Interpolation */
// $property: filter;
// $value: grayscale(50%);
// $prefix: webkit;
// .gray {
// -#{$prefix}-#{$property}: #{$value};
// }
/* Nesting */
// .header {
// font: {
// size: 14px;
// family: Lato, sans-serif;
// weight: bold;
// style: italic;
// };
// }
// .icon {
// margin: auto {
// bottom: 10px;
// top: 2px;
// }
// }
/* --- Property declaration ---*/
/* Interpolation */
/* Nesting */
{
"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