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
I have issue align prefix spacing and some other prefix. After run CSScomb (v3.1.8), I get result
-webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center;
The text was updated successfully, but these errors were encountered:
A new version will produce result that is a little bit better.
body { -webkit-box-align: center; -moz-box-align: center; -webkit-align-items: center; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
Sorry, something went wrong.
Align prefix spacing #507
58a898f
No branches or pull requests
I have issue align prefix spacing and some other prefix. After run CSScomb (v3.1.8), I get result
The text was updated successfully, but these errors were encountered: