csscomb / csscomb.js

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

Support .vue files #596

Closed mfilar closed 5 years ago

mfilar commented 5 years ago

How to make csscomb working with .vue files? I know that there is a plugin for vs code, but what about usage e.g. from the console?

tonyganch commented 5 years ago

Hi @mfilar, CSScomb can't work with .vue files from command line as those files contain more than just css code and parser will fail at its job.