Created
December 27, 2020 14:27
-
-
Save gregorriegler/d89717230a4e7318515a3977caf5b92d to your computer and use it in GitHub Desktop.
hacky css inspector for html uis
This file contains 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
* { | |
border: 1px solid red; | |
} | |
*:before { | |
content: "id: " attr(id) " class: " attr(class); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment