Skip to content

Instantly share code, notes, and snippets.

@lgraubner
Created August 10, 2017 20:36
Show Gist options
  • Save lgraubner/5cd51376a213cf85029d4c11424833ed to your computer and use it in GitHub Desktop.
Save lgraubner/5cd51376a213cf85029d4c11424833ed to your computer and use it in GitHub Desktop.
CSS file for linting missing attributes
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