docjojo / CSSminify.novaextension

Nova editor extension - minify .css files on save
0 stars 0 forks source link

Minification breaks clamp() in CSS #3

Open mrkeithy opened 5 months ago

mrkeithy commented 5 months ago

Minifying CSS is removing spaces before and after the + sign for the clamp() & calc() CSS functions. In order for this to work white spaces should be left on either side of + or the browser will not recognise it.

docjojo commented 5 months ago

CSSminify.novaextension is using uglifycss (https://www.npmjs.com/package/uglifycss) so please ask the developer for a fix.

mrkeithy commented 5 months ago

don't think there I much luck there, last update was 6 years ago, any plans to build a new minify extension?

docjojo commented 5 months ago

not really, sorry.