Skip to content

Instantly share code, notes, and snippets.

@joshdcomp
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save joshdcomp/770f6eebe8eae7e2451e to your computer and use it in GitHub Desktop.

Select an option

Save joshdcomp/770f6eebe8eae7e2451e to your computer and use it in GitHub Desktop.
//trollolololololol
@function gray($shade){
@debug "You spelled *grey* wrong";
@return rgb($shade, $shade, $shade);
}
@function grey($shade){
@debug "You spelled *gray* wrong";
@return rgb($shade, $shade, $shade);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment