stylelint-config-recess-order
Advanced tools
Comparing version 0.1.3 to 0.2.0
67
index.js
@@ -6,2 +6,3 @@ module.exports = { | ||
"properties": [ | ||
// Position. | ||
"position", | ||
@@ -13,6 +14,5 @@ "top", | ||
"z-index", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
// Display & Box model. | ||
"-webkit-box-sizing", | ||
@@ -22,14 +22,37 @@ "-moz-box-sizing", | ||
"display", | ||
// Flexible boxes. | ||
"flex", | ||
"flex-align", | ||
"flex-basis", | ||
"flex-direction", | ||
"flex-wrap", | ||
"flex-flow", | ||
"flex-grow", | ||
"flex-order", | ||
"flex-pack", | ||
"flex-shrink", | ||
"flex-wrap", | ||
"align-content", | ||
"align-items", | ||
"align-self", | ||
"justify-content", | ||
"order", | ||
// Grid layout. | ||
"grid", | ||
"grid-auto-flow", | ||
"grid-auto-rows", | ||
"grid-auto-columns", | ||
"grid-area", | ||
"grid-row", | ||
"grid-row-start", | ||
"grid-row-end", | ||
"grid-column", | ||
"grid-column-start", | ||
"grid-column-end", | ||
"grid-gap", | ||
"grid-row-gap", | ||
"grid-column-gap", | ||
"grid-template", | ||
"grid-template-areas", | ||
"grid-template-rows", | ||
"grid-template-columns", | ||
"float", | ||
@@ -61,6 +84,5 @@ "width", | ||
"clear", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
// Typography. | ||
"font", | ||
@@ -122,6 +144,5 @@ "font-family", | ||
"list-style-image", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
// Accessibility & Interactions. | ||
"pointer-events", | ||
@@ -153,6 +174,5 @@ "-ms-touch-action", | ||
"nav-left", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
// Background & Borders. | ||
"background", | ||
@@ -239,6 +259,5 @@ "background-color", | ||
"-ms-interpolation-mode", | ||
], | ||
}, | ||
{ | ||
"properties": [ | ||
// Transitions & Animation. | ||
"-webkit-transition", | ||
@@ -245,0 +264,0 @@ "-moz-transition", |
{ | ||
"name": "stylelint-config-recess-order", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"homepage": "", | ||
@@ -10,3 +10,4 @@ "description": "Recess-based property sort order for Stylelint.", | ||
"stylelint-config", | ||
"property order" | ||
"declaration-block-properties-order", | ||
"recess" | ||
], | ||
@@ -13,0 +14,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
12077
321