css-purge icon indicating copy to clipboard operation
css-purge copied to clipboard

Empty Rules With Border-Radius And Calc Function

Open v-nalabr opened this issue 3 years ago • 0 comments

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?

v-nalabr avatar Jun 14 '21 17:06 v-nalabr