Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All rules that uses custom CSS properties is removed #14

Open
Grawl opened this issue Oct 14, 2019 · 1 comment
Open

All rules that uses custom CSS properties is removed #14

Grawl opened this issue Oct 14, 2019 · 1 comment

Comments

@Grawl
Copy link

Grawl commented Oct 14, 2019

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>
@WyriHaximus
Copy link

Just release 3.0.0 that includes the fix for this. Also opened #16 to get this version available in that package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants