Skip to content

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

@bepi-roggiuzza

Description

@bepi-roggiuzza

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions