Skip to content

Handle shorthand values (with underscore) #1

@phucbm

Description

@phucbm

Class style-[--radius=300px_20px_20px_300px]

Output ❌

.style-\[--radius\=300px_20px_20px_300px\] {
  --radius:300px_20px_20px_300px;
}

Expected ✅

.style-\[--radius\=300px_20px_20px_300px\] {
  --radius:300px 20px 20px 300px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions