Skip to content

media query extra space #15

@tomhodgins

Description

@tomhodgins
@media (min-width: 1px) {
  :root {
    background: lime;
  }
}

correct minification

@media(min-width:1px){:root{background:lime}}
  • whitespace not required after @media unless followd by a word like screen, etc.

CSSnano output

@media (min-width:1px){:root{background:lime}}
  • left optional whitespace after @media

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