Skip to content

Instantly share code, notes, and snippets.

@ryanve
Created April 18, 2017 22:39
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 ryanve/799c86e35b47a7f9e3cf84bd8d0ce520 to your computer and use it in GitHub Desktop.
Save ryanve/799c86e35b47a7f9e3cf84bd8d0ce520 to your computer and use it in GitHub Desktop.
idea for postcss brand variable use
.scheme-example {
color: brand.swatch(black);
background: brand.swatch(white);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment