You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that there is an issue with the CSS minification process - it removes whitespace inside calc() functions which causes the browser to reject the declaration. For example "width: calc(50% + 14px)" becomes "width:calc(50%+14px)".
I realize your plugin uses a 3rd party CSS minifier, but I'm not sure if the author of that library is still updating the code. If you need an alternative I have used this in several projects with very solid results.
Thanks for the great plugin BTW!
The text was updated successfully, but these errors were encountered:
I just noticed that there is an issue with the CSS minification process - it removes whitespace inside calc() functions which causes the browser to reject the declaration. For example "width: calc(50% + 14px)" becomes "width:calc(50%+14px)".
I realize your plugin uses a 3rd party CSS minifier, but I'm not sure if the author of that library is still updating the code. If you need an alternative I have used this in several projects with very solid results.
Thanks for the great plugin BTW!
The text was updated successfully, but these errors were encountered: