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

Leave the space after media query not #74

@madmurphy

Description

@madmurphy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions