Skip to content

Instantly share code, notes, and snippets.

@crswll
Created March 25, 2021 16:24
Show Gist options
  • Save crswll/cf5f16c3b7b5bcb4928963b9fce314e5 to your computer and use it in GitHub Desktop.
Save crswll/cf5f16c3b7b5bcb4928963b9fce314e5 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
:root {
--stroke-base: 255 0 0
}
.foo {
color: rgba(var(--stroke-base)/0.15)
}
:root {
--stroke-base: 255 0 0 ;
}
.foo {
color: rgba(var(--stroke-base)/0.15);
}
{
"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