minify-maven-plugin icon indicating copy to clipboard operation
minify-maven-plugin copied to clipboard

breaks calculated values

Open garretwilson opened this issue 5 years ago • 1 comments

My source file has this:

.foo {
  font-size: calc(0.5em + 1vw);
}

The plugin changes this to:

.foo{font-size:calc(0.5em+1vw)}

This is invalid and breaks the value.

This is is a blocker issue. The plugin is broken; I cannot use it.

garretwilson avatar Sep 03 '18 16:09 garretwilson

This seems to be a YUI issue: https://github.com/yui/yuicompressor/issues/268 .

garretwilson avatar Sep 03 '18 16:09 garretwilson