gasolin/provecss

View on GitHub
css-mediaquery-match.js

Summary

Maintainability
A
1 hr
Test Coverage

Function matchQuery has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function matchQuery(mediaQuery, values) {
  return parseQuery(mediaQuery).some(function (query) {
    var inverse = query.inverse;

    // Either the parsed or specified `type` is "all", or the types must be
Severity: Minor
Found in css-mediaquery-match.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status