csscomb / csscomb.js

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

How do I skip a SCSS line that can't be parsed? #465

Closed robotdana closed 8 years ago

robotdana commented 8 years ago

CSS comb doesn't know what to do with this line:

width: calc(100% + #{$panel-padding * 2});

I am happy for it to just ignore it, but there doesn't appear to be a way to tell CSS comb to ignore a line.

tonyganch commented 8 years ago

Hey @dnl! The issue you're mentioning has been fixed in csscomb@4.0.0-alpha. As for you question about ignoring a specific line, there is currently no way to do that and it's not planned for near future.