Skip to content

Instantly share code, notes, and snippets.

@scottkellum
Created April 10, 2013 19:35
Show Gist options
  • Save scottkellum/5357744 to your computer and use it in GitHub Desktop.
Save scottkellum/5357744 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
@function opacify($color, $bg: white) {
@return mix($color, $bg);
}
foo {
color: opacify(red);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment