Skip to content

Instantly share code, notes, and snippets.

@tsi
Created September 19, 2022 14:12
Show Gist options
  • Save tsi/6039985b3984ffd0aea4dfce7d6ecb8e to your computer and use it in GitHub Desktop.
Save tsi/6039985b3984ffd0aea4dfce7d6ecb8e to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$text-color: #0c163b;
@function HEX2RGB($hex) {
@return #{red($hex)},#{green($hex)},#{blue($hex)};
}
.a {
color: HEX2RGB($text-color);
}
.a {
color: 12, 22, 59;
}
{
"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