GarthDB/postcss-inherit

View on GitHub
src/inherit.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _atRuleInheritsFromRoot has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _atRuleInheritsFromRoot(atRule) {
    atRule.walkAtRules(this.propertyRegExp, (importRule) => {
      const originRule = importRule.parent;
      const importValue = _cleanParams(importRule.params);
      const originAtParams = _isAtruleDescendant(originRule);
Severity: Minor
Found in src/inherit.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status