stylecow-plugin-nested-rules
Advanced tools
Comparing version 1.1.0 to 1.2.0
module.exports = function (stylecow) { | ||
return { | ||
stylecow.addTask({ | ||
Rule: function (rule) { | ||
@@ -48,3 +49,3 @@ var ruleSelectors = rule.children('Selector'); | ||
} | ||
} | ||
}); | ||
}; |
{ | ||
"name": "stylecow-plugin-nested-rules", | ||
"description": "Stylecow plugin to add support for nested rules.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Oscar Otero <oom@oscarotero.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-nested-rules", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4799