Skip to content

Instantly share code, notes, and snippets.

@Melindrea
Created May 16, 2013 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Melindrea/5590111 to your computer and use it in GitHub Desktop.
Save Melindrea/5590111 to your computer and use it in GitHub Desktop.
/* Checks to make sure that all images have alt attributes, even if they're empty */
@all (content-type = /^text\/html/) {
img {
has-attribute(alt): true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment