Skip to content

Commit d20bc07

Browse files
committed
Reorder border properties by popularity
Signed-off-by: Nico Burns <[email protected]>
1 parent a1cbdba commit d20bc07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/css-property-groups.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
{ "name": "min-width / min-height", "status": "Yes", "properties": ["min-width", "min-height", "min-inline-size", "min-block-size"] },
8686
{ "name": "max-width / max-height", "status": "Yes", "properties": ["max-width", "max-height", "max-inline-size", "max-block-size"] },
8787
{ "name": "inset", "status": "Yes", "properties": ["top", "left", "bottom", "right"] },
88+
{ "name": "gap", "status": "Yes", "properties": ["gap", "row-gap", "column-gap", "grid-gap", "grid-column-gap", "grid-row-gap"] },
8889
{ "name": "aspect-ratio", "status": "Yes", "properties": ["aspect-ratio"] },
8990
{ "name": "object-fit", "status": "Yes" },
9091
{ "name": "object-position", "status": "Yes" }
@@ -97,11 +98,10 @@
9798
"entries": [
9899
{ "name": "padding", "status": "Yes", "properties": ["padding", "padding-top", "padding-left", "padding-bottom", "padding-right"] },
99100
{ "name": "margin", "status": "Yes", "properties": ["margin", "margin-top", "margin-left", "margin-bottom", "margin-right"] },
100-
{ "name": "gap", "status": "Yes", "properties": ["gap", "row-gap", "column-gap", "grid-gap", "grid-column-gap", "grid-row-gap"] },
101+
{ "name": "border-radius", "status": "Yes" },
102+
{ "name": "border-color", "status": "Yes" },
101103
{ "name": "border-width", "status": "Yes" },
102104
{ "name": "border-style", "status": "No" },
103-
{ "name": "border-color", "status": "Yes" },
104-
{ "name": "border-radius", "status": "Yes" },
105105
{ "name": "border-image", "status": "No" }
106106
]
107107
},

0 commit comments

Comments
 (0)