Skip to content

Instantly share code, notes, and snippets.

@anpleenko
Last active August 29, 2015 14:14
Show Gist options
  • Save anpleenko/e139c2613d6855739f86 to your computer and use it in GitHub Desktop.
Save anpleenko/e139c2613d6855739f86 to your computer and use it in GitHub Desktop.
_function_color.scss
@function opacity($color, $opacity){
@return transparentize($color, $opacity);
}
@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