Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bepi-roggiuzza opened this issue Oct 22, 2015 · 0 comments

Comments

@bepi-roggiuzza
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant