Skip to content

Breaks on CSS Function #15

Closed
Closed
@Spedwards

Description

@Spedwards

So I use a fair bit of CSS functions in my CSS, mainly calc(), and this plugin breaks it. For example, this is one of my rules:

width: calc(100% - 2em - 100px);

After it goes through the plugin, it ends up like this:

width: calc(-2%);

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