Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Leave the space after media query not #74

Open
madmurphy opened this issue Apr 10, 2021 · 2 comments
Open

Leave the space after media query not #74

madmurphy opened this issue Apr 10, 2021 · 2 comments

Comments

@madmurphy
Copy link

The CSS fragment

@media only screen and not (max-width:768px) {

gets minified as

@media only screen and not(max-width:768px){

However that is an error and does not work in Firefox. It should become:

@media only screen and not (max-width:768px){

--madmurphy

@FlowIT-JIT
Copy link

Related: #71

@FlowIT-JIT
Copy link

FlowIT-JIT commented Jan 24, 2022

Any progress on this issue? The problem dates back to 2019 (see #71).
Is there any known work around available, except avoid not ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants