Skip to content

Instantly share code, notes, and snippets.

@pointofpresence
Last active December 27, 2019 09:35
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 pointofpresence/d65eebccdbdef56b5bf9560e3570ccd0 to your computer and use it in GitHub Desktop.
Save pointofpresence/d65eebccdbdef56b5bf9560e3570ccd0 to your computer and use it in GitHub Desktop.
sass color to css variable
@function color($color-name) {
@return var(--color-#{$color-name});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment