When I format CSS, the and part of media queries get condensed (its assuming its like url() or var()).
See image below:

I would be ok with this if it worked, but it doesn't.
I might have missed a setting, but I can only find one that makes the exact opposite happen to url() and var() and some other stuff.
"pretty-formatter.functionName": true


My normal settings:
"pretty-formatter.braces": true,
"pretty-formatter.preserveComment": true,
"pretty-formatter.tagMerge": true,
When I format CSS, the
andpart of media queries get condensed (its assuming its likeurl()orvar()).See image below:
I would be ok with this if it worked, but it doesn't.
I might have missed a setting, but I can only find one that makes the exact opposite happen to
url()andvar()and some other stuff.My normal settings: