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
Is there any chance a vertical alignment option can be implemented?
h1 { font-size: 14px; background-color: red; }
to
h1 { font-size : 14px; background-color: red; }
Also, is there any way to automatically run the plugin whenever the .css file is saved?
The text was updated successfully, but these errors were encountered:
@Gliptal Regarding your last question, if you're a Sublime Text user there's an existing request open for that: csscomb/sublime-csscomb#53
Sorry, something went wrong.
Nice find, thanks.
@Gliptal, regarding your first question, no, there is no option to align properties.
No branches or pull requests
Is there any chance a vertical alignment option can be implemented?
to
Also, is there any way to automatically run the plugin whenever the .css file is saved?
The text was updated successfully, but these errors were encountered: