csscomb.js
csscomb.js copied to clipboard
zen and yandex config broke
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:
- Node.js 8.9.3
- csscomb.js 4.2.0
- config path
~/.csscomb.json
Testing CSS file:
body {margin: 0 }
button{
padding:20px;
}
doesnt work for me.