Skip to content

Media queries using calc are completely removed #34

Description

@viruseg

A media query using calc like this is perfectly valid in the browser, but is completely removed from the minified version of the css file.

@media screen and (min-width: calc(300px + 760px + 20px + 200px))
{
    .anyClass
    {
        display: block;
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions