DevUtils-app icon indicating copy to clipboard operation
DevUtils-app copied to clipboard

Missing space in minified @media only screen and (...){...}

Open bardonadam opened this issue 3 years ago • 2 comments

I was minifying CSS with @media only screen and (...){...} and the minified version wasn't working for me properly. Took me some time to figure out why, but DevUtils minified output for: @media only screen and (...){...} is @media only screen and(...){...}

There is a missing space between and and (.

bardonadam avatar Mar 17 '21 12:03 bardonadam

Hi there, thanks for reporting this. I'll take a look and fix it in the next version 😄

trungdq88 avatar Mar 18 '21 00:03 trungdq88

@bardonadam This is now fixed in 1.9.0 😄 Can you help check if it works now?

https://twitter.com/devutils_app/status/1388874971976409092

Feel free to reopen if the problem is still there.

trungdq88 avatar May 02 '21 15:05 trungdq88