stylelint-config-concentric-order
Advanced tools
Comparing version 2.1.2 to 2.2.0
{ | ||
"name": "stylelint-config-concentric-order", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "This Stylelint configuration validates the ordering of CSS properties according to Concentric CSS", | ||
@@ -25,8 +25,8 @@ "author": "Alvin Chan <no@email.com>", | ||
"devDependencies": { | ||
"ava": "^0.21.0", | ||
"prettier": "^1.5.3", | ||
"stylelint": "^8.0.0" | ||
"ava": "^0.22.0", | ||
"prettier": "^1.7.4", | ||
"stylelint": "^8.1.1" | ||
}, | ||
"dependencies": { | ||
"stylelint-order": "^0.6.0" | ||
"stylelint-order": "^0.7.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
@@ -185,2 +185,3 @@ // Groups of CSS properties in Concentric order | ||
"rules", | ||
{ type: "at-rule", name: "include", parameter: "breakpoint", hasBlock: true }, | ||
{ type: "at-rule", name: "media", hasBlock: true } | ||
@@ -187,0 +188,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
6178
196
+ Addedstylelint-order@0.7.0(transitive)
- Removedstylelint-order@0.6.0(transitive)
Updatedstylelint-order@^0.7.0