Skip to content

Instantly share code, notes, and snippets.

@soderalohastrom
Created June 22, 2014 01:19
Show Gist options
  • Save soderalohastrom/7c63ca1529ae8456e596 to your computer and use it in GitHub Desktop.
Save soderalohastrom/7c63ca1529ae8456e596 to your computer and use it in GitHub Desktop.
Grayscale SASS function
@function black($opacity) {
@return rgba(black, $opacity)
}
@function white($opacity) {
@return rgba(white, $opacity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment