Skip to content
New issue

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

Horizontal Alignment and Comb on Save #357

Closed
Gliptal opened this issue Mar 9, 2015 · 3 comments
Closed

Horizontal Alignment and Comb on Save #357

Gliptal opened this issue Mar 9, 2015 · 3 comments

Comments

@Gliptal
Copy link

Gliptal commented Mar 9, 2015

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?

@lrobeson
Copy link

lrobeson commented Apr 3, 2015

@Gliptal Regarding your last question, if you're a Sublime Text user there's an existing request open for that: csscomb/sublime-csscomb#53

@Gliptal
Copy link
Author

Gliptal commented Apr 3, 2015

Nice find, thanks.

@tonyganch
Copy link
Member

@Gliptal, regarding your first question, no, there is no option to align properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants