csscomb.js icon indicating copy to clipboard operation
csscomb.js copied to clipboard

zen and yandex config broke

Open YiqinZhao opened this issue 7 years ago • 1 comments

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;
}

YiqinZhao avatar Jan 29 '18 01:01 YiqinZhao

doesnt work for me.

Alecto avatar May 15 '18 18:05 Alecto