Skip to content

All rules that uses custom CSS properties is removed #14

@Grawl

Description

@Grawl

Input:

{% htmlcompress %}
<style>
.foo {
    --a: 1em;
    padding: var(--a);
    color: blue;
}
</style>
{% endhtmlcompress %}

Expected output:

<style>.foo {--a: 1em;padding: var(--a);color: blue;}</style>

Actual output:

<style>.foo {--a: 1em;color: blue;}</style>

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