Skip to content

Instantly share code, notes, and snippets.

@crswll
Created July 14, 2021 15:12
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 crswll/df37aabf70ef94fa04a04d4046dbc197 to your computer and use it in GitHub Desktop.
Save crswll/df37aabf70ef94fa04a04d4046dbc197 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$foo: theme('colors.red.400');
.foo {
color: $foo;
}
.foo {
color: theme("colors.red.400");
}
{
"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