Showing 1 of 1 total issue
Function _atRuleInheritsFromRoot
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
_atRuleInheritsFromRoot(atRule) {
atRule.walkAtRules(this.propertyRegExp, (importRule) => {
const originRule = importRule.parent;
const importValue = _cleanParams(importRule.params);
const originAtParams = _isAtruleDescendant(originRule);
- Create a ticketCreate a ticket