Help

Depending on the input, the function below will switch to the most specific match for the input string (i.e. that doesn't resolve in a ParserError).

      parseMediaFeature (most specific)
    parseMediaCondition
  parseMediaQuery
parseMediaQueryList (least specific)

All parse functions can result in a parser error (e.g. @media ' { ... })

()

stringify(())