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
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
Hi !
I am currently using your Gulp version and it's great.
I encountered a problem with the minification though.
The CSS "calc()" function needs preserved spaces inside, or the browser won't be able to read the calcul. CSSNEXT currently turns "calc(100% + 44px)" into "calc(100%+44px)".
Hi !
I am currently using your Gulp version and it's great.
I encountered a problem with the minification though.
The CSS "calc()" function needs preserved spaces inside, or the browser won't be able to read the calcul. CSSNEXT currently turns "calc(100% + 44px)" into "calc(100%+44px)".
Could you update so it won't break anymore ? :-)
Thank you ! (❁´◡`❁)✲゚