Skip to content

Instantly share code, notes, and snippets.

@seiz
Created February 10, 2014 10:24
Show Gist options
  • Save seiz/8913547 to your computer and use it in GitHub Desktop.
Save seiz/8913547 to your computer and use it in GitHub Desktop.
Regex to find unquoted attribute selectors in css files
\[([^=|\*]+)([=|*]+)([^\]]+)\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment