Skip to content

Instantly share code, notes, and snippets.

@adarsh0d
Created August 31, 2021 10:05
Show Gist options
  • Save adarsh0d/c5b77991032c4809472b9b0e8c572109 to your computer and use it in GitHub Desktop.
Save adarsh0d/c5b77991032c4809472b9b0e8c572109 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
//variables
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
//nesting
#content{
font-size: 12px;
&, a{
color: #333;
}
}
body {
font: 100% Helvetica, sans-serif;
color: #333;
}
#content {
font-size: 12px;
}
#content, #content a {
color: #333;
}
{
"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