csscomb / csscomb.js

CSS coding style formatter
http://csscomb.com/
MIT License
3.28k stars 459 forks source link

zen and yandex config broke #574

Open YiqinZhao opened 6 years ago

YiqinZhao commented 6 years ago

I have found zen and yandex configs would make csscomb strike.

I could confirm this is not an error related to IDE, neither WebStorm plugin nor command line program would work if zen or yandex config exists.

The csscomb.json and configs generated online won't cause any problem.

Here is my environment:

Testing CSS file:

body {margin: 0 }

button{
padding:20px;
}
Alecto commented 6 years ago

doesnt work for me.