Skip to content

Adjacent and direct descendant selectors are not space separated #676

Open
@raduluchian

Description

@raduluchian

Altought the CSS rule for "selector_separator" is set to " " (space character) this doesn't apply to rules that use direct descendant selectors or adjacent selectors. For example the following code...

a+b {
    ...
}

a>b {
    ...
}

... doesn't get formatted into this:

a + b {
     ...
}

a > b {
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions