sublime-csscomb icon indicating copy to clipboard operation
sublime-csscomb copied to clipboard

Error with non inline multiple selectors with Sass and Sublime Text 3

Open bepi-roggiuzza opened this issue 10 years ago • 0 comments
trafficstars

I use Sass and when I run comb in Sublime Text 3 with the following example

input,
button,
select,
textarea
    font-size: inherit
    line-height: inherit

I always get an error on space-after-selector-delimiter.js. This doesn't occours when selectors are 2 or less, or inline like below

input, button, select, textarea
    font-size: inherit
    line-height: inherit

bepi-roggiuzza avatar Oct 22 '15 15:10 bepi-roggiuzza