Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Last active September 17, 2020 08:56
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 ffoodd/75ed7c96bbd6fe7938dc1e2201fa1b4f to your computer and use it in GitHub Desktop.
Save ffoodd/75ed7c96bbd6fe7938dc1e2201fa1b4f to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$variable-prefix: 'bs';
:root {
$variable-prefix: if(type-of($variable-prefix) == string, $variable-prefix + '-', $variable-prefix);
--#{$variable-prefix}font-sans-serif: Fantasy;
}
:root {
--bs-font-sans-serif: Fantasy;
}
{
"sass": {
"compiler": "dart-sass/1.26.10",
"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