Skip to content

Empty Rules With Border-Radius And Calc Function #61

@v-nalabr

Description

@v-nalabr

I noticed that this tool fails in some cases when a calc() function is passed as a parameter to border-radius.

For example,
.class {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

Becomes:
.class {
border-radius: ;
}

Is this a known issue?

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