rofrischmann/inline-style-prefixer

View on GitHub
benchmark/packages/205/plugins/grabCursor.js

Summary

Maintainability
A
40 mins
Test Coverage

Consider simplifying this complex logical expression.
Open

  if (property === 'cursor' && values[value] && (browser === 'firefox' || browser === 'chrome' || browser === 'safari' || browser === 'opera')) {
    return {
      cursor: (0, _getPrefixedValue2.default)(css + value, value, keepUnprefixed)
    };
  }
Severity: Major
Found in benchmark/packages/205/plugins/grabCursor.js - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status