Skip to content

Instantly share code, notes, and snippets.

@natemoo-re
Created May 24, 2018 17:41
Show Gist options
  • Save natemoo-re/ed99551db28c80073a9aa1128cfd0e47 to your computer and use it in GitHub Desktop.
Save natemoo-re/ed99551db28c80073a9aa1128cfd0e47 to your computer and use it in GitHub Desktop.
Sass utility function to make working with colors stored as CSS Variables a little nicer
@function color($name) {
@return var(unquote("--PREFIX-color-#{$name}"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment