Created
September 7, 2017 22:44
-
-
Save peabnuts123/d9d4768e2a262cdb934b7f60690747be to your computer and use it in GitHub Desktop.
CSS class for debug text that is both good for debugging and easy to notice (hard to leave in accidentally)
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
| .Text--debug { | |
| padding: 5px; | |
| color: #000 !important; | |
| border: 1px dashed #000 !important; | |
| background-color: #FC0 !important; | |
| white-space: pre-line !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment