Skip to content

Incorrect use of commas #12

@zvictor

Description

@zvictor

When using commas in my projects, the generated css is not the one I would expect, leading to "leaking" of the styles.

Input

div, span {
  color: black;
}

Expected output

#cssx-el-1 div, #cssx-el-1 span {
  color: black;
}

Actual output

#cssx-el-1 div, span {
  color: black;
}

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