stylelint-config-recess-order
Advanced tools
Comparing version 0.1.2 to 0.1.3
20
index.js
@@ -12,2 +12,6 @@ module.exports = { | ||
"z-index", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
"-webkit-box-sizing", | ||
@@ -55,2 +59,6 @@ "-moz-box-sizing", | ||
"clear", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
"font", | ||
@@ -112,2 +120,6 @@ "font-family", | ||
"list-style-image", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
"pointer-events", | ||
@@ -139,2 +151,6 @@ "-ms-touch-action", | ||
"nav-left", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
"background", | ||
@@ -221,2 +237,6 @@ "background-color", | ||
"-ms-interpolation-mode", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
"-webkit-transition", | ||
@@ -223,0 +243,0 @@ "-moz-transition", |
{ | ||
"name": "stylelint-config-recess-order", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"homepage": "", | ||
@@ -5,0 +5,0 @@ "description": "Recess-based property sort order for Stylelint.", |
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
11128
314574
315
10