Skip to content

Instantly share code, notes, and snippets.

@krutik-k
Created September 24, 2020 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krutik-k/a2c7bc65419b5ac06b33d29740e6c698 to your computer and use it in GitHub Desktop.
Save krutik-k/a2c7bc65419b5ac06b33d29740e6c698 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$font-stack: Helvetica, sans-serif;
$primary-color: #333;
body {
font: 100% $font-stack;
color: $primary-color;
}
body {
font: 100% Helvetica, sans-serif;
color: #333;
}
{
"sass": {
"compiler": "libsass/3.5.5",
"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