stylelint-config-concentric-order
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "stylelint-config-concentric-order", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "This Stylelint configuration validates the ordering of CSS properties according to Concentric CSS", | ||
@@ -5,0 +5,0 @@ "author": "Alvin Chan <no@email.com>", |
@@ -183,5 +183,9 @@ // Groups of CSS properties in Concentric order | ||
{ type: "at-rule", name: "include" }, | ||
{ type: "at-rule", name: "mixin" }, | ||
{ type: "at-rule", name: "add-mixin" }, | ||
"declarations", | ||
"rules", | ||
{ type: "at-rule", name: "include", parameter: "breakpoint", hasBlock: true }, | ||
{ type: "at-rule", name: "mixin", parameter: "breakpoint", hasBlock: true }, | ||
{ type: "at-rule", name: "add-mixin", parameter: "breakpoint", hasBlock: true }, | ||
{ type: "at-rule", name: "media", hasBlock: true } | ||
@@ -188,0 +192,0 @@ ], |
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
6436
200