yii2-assets-auto-compress icon indicating copy to clipboard operation
yii2-assets-auto-compress copied to clipboard

Update AssetsAutoCompressComponent.php

Open omstyle opened this issue 6 months ago • 0 comments
trafficstars

Minify_CSS is deprecated, Minify_CSS has been replaced by Minify_CSSmin.

Also, in the old version, there are problems with compilation, expressions with + do not contain spaces. For example:

font-size:clamp(1.313rem,0.5rem+2.5vw,2.75rem)  // incorrect value

omstyle avatar Apr 22 '25 12:04 omstyle