Created
August 10, 2017 20:36
-
-
Save lgraubner/5cd51376a213cf85029d4c11424833ed to your computer and use it in GitHub Desktop.
CSS file for linting missing attributes
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
button:not([type]) { | |
border: 5px solid red !important; | |
} | |
img:not([alt]) { | |
border: 5px solid red !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment