Skip to content

Skipping border color in minification #301

@ssahu123

Description

@ssahu123

Before minification it was like this:
border: 1px solid rgba(var(--border), 1);

and after minification it gives the output like this:
border: 1px solid;

Not possible for me to put border color property separately in the whole project.

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