We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
div { margin: 0%; } should sqwish down to div{margin:0}. Same goes for any other unit. I see 0em is often misguidedly used around...
div { margin: 0%; }
div{margin:0}
0em
If I put in a pull req for this by simply making the regex rules more relaxed, can that be merged in?
The text was updated successfully, but these errors were encountered:
this should be easy to add in
Sorry, something went wrong.
No branches or pull requests
div { margin: 0%; }
should sqwish down todiv{margin:0}
. Same goes for any other unit. I see0em
is often misguidedly used around...If I put in a pull req for this by simply making the regex rules more relaxed, can that be merged in?
The text was updated successfully, but these errors were encountered: