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
Never mind, I found out that it doesn't remove whitespace from single quoted strings. Although I guess this could be a bug in itself, I think it would be easier to inform the user to use single quotes if spacing is important. This solution works for me at least.
Hi @ahellqui I know you closed the issue. Sorry for the delayed response back. I think it is an issue that must be fixed. Do you have the piece of css you are using that you could share with me? This way I can check against the tests 😄
Css-minify currently appears to remove all whitespace from quoted strings, however this is not necessarily desirable in the css content property.
On my page I am using the content property to add an arrow before collapsible elements, however upon minification the resulting element goes from:
To:
I have confirmed in the minified css file that this is in fact caused by css-minify.
The text was updated successfully, but these errors were encountered: