Last active
April 8, 2019 07:54
-
-
Save carusog/8a6a9d0b0d8956f5ddb24d4e05b18b57 to your computer and use it in GitHub Desktop.
Some snippets I use for debugging CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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