Skip to content

Add uncommented alphabetical order #19

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

Closed
wants to merge 2 commits into from

Conversation

bthorben
Copy link

We are developing according to the Google Styleguide, which dictates sorting the values alphabetically. As this is a popular technique, I think it would be good to have a maintained, high quality list shipped with CSSComb.

bthorben added 2 commits July 22, 2014 09:36
We are developing according to the Google Styleguide, which dictates sorting the values alphabetically. As this is a popular technique, I think it would be good to have a maintained, high quality list shipped with CSSComb.
@tonyganch
Copy link
Member

First of all, this repo is deprecated because it's based on old PHP-version of CSScomb.
Here is a new one: https://github.com/csscomb/sublime-csscomb

Also, CSScomb 3.0 allows to sort properties alphabetically with just two lines in config:

...
"sort-order": ["..."],
"sort-order-fallback": "abc",
...

See docs for more info: https://github.com/csscomb/csscomb.js/blob/master/doc/options.md#sort-order-fallback
Sublime plugin will be updated later this week.
You can subscribe to the issue here: csscomb/sublime-csscomb#20

@tonyganch tonyganch closed this Jul 22, 2014
@bthorben
Copy link
Author

Please mention the deprecation in the readme of this repository

@tonyganch
Copy link
Member

screen shot 2014-07-22 at 14 02 04

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

Successfully merging this pull request may close these issues.

2 participants