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

Order all properties alphabetically? #38

Open
fortes opened this issue Jun 16, 2014 · 2 comments
Open

Order all properties alphabetically? #38

fortes opened this issue Jun 16, 2014 · 2 comments

Comments

@fortes
Copy link

fortes commented Jun 16, 2014

Would it be possible to support re-ordering CSS declarations to be in alphabetical order? E.g.:

body {
  font-family: Georgia;
  color: blue;
  text-decoration: underline;
}

Would become:

body {
  color: blue;
  font-family: Georgia;
  text-decoration: underline;
}
@chrisjlee
Copy link

Try css comb http://csscomb.com/online

@milesj
Copy link

milesj commented Dec 28, 2016

Would also like this functionality. It makes writing tests much easier.

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