Skip to content

Instantly share code, notes, and snippets.

@kyranjamie
Created February 16, 2014 21:05
Show Gist options
  • Save kyranjamie/9040623 to your computer and use it in GitHub Desktop.
Save kyranjamie/9040623 to your computer and use it in GitHub Desktop.
@function black($opacity) {
@return rgba(0,0,0,$opacity);
};
@function white($opacity) {
@return rgba(255,255,255,$opacity);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment