Skip to content

Instantly share code, notes, and snippets.

@carusog
Last active April 8, 2019 07:54
Show Gist options
  • Save carusog/8a6a9d0b0d8956f5ddb24d4e05b18b57 to your computer and use it in GitHub Desktop.
Save carusog/8a6a9d0b0d8956f5ddb24d4e05b18b57 to your computer and use it in GitHub Desktop.
Some snippets I use for debugging CSS
// LESS
.debug(@color: red, @opacity: 20%) {
background-color: fade(@color, @opacity);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment