Skip to content

Suggestion: remove one space before :not #64

@rinart73

Description

@rinart73

Since Java version has the same output, it's not a bug. Just a suggestion for improvement.
Input:

section  a   :not( .one  , .two  , [ data-x = " ab  c " ] ) {
  color  : red ;
}

Ouput:

section a :not(.one,.two,[data-x=" ab  c "]){color:red}

Space before :not can be safely removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions