Skip to content

Commit 6cfbbbe

Browse files
zhangenmingcaugner
andauthored
Add CSS justify-items: center (#28421)
* Update justify-items.json --------- Co-authored-by: Claas Augner <[email protected]>
1 parent c436b25 commit 6cfbbbe

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

css/properties/justify-items.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,39 @@
114114
}
115115
}
116116
},
117+
"center": {
118+
"__compat": {
119+
"tags": [
120+
"web-features:flexbox"
121+
],
122+
"support": {
123+
"chrome": {
124+
"version_added": "52"
125+
},
126+
"chrome_android": "mirror",
127+
"edge": "mirror",
128+
"firefox": {
129+
"version_added": "20"
130+
},
131+
"firefox_android": "mirror",
132+
"oculus": "mirror",
133+
"opera": "mirror",
134+
"opera_android": "mirror",
135+
"safari": {
136+
"version_added": "9"
137+
},
138+
"safari_ios": "mirror",
139+
"samsunginternet_android": "mirror",
140+
"webview_android": "mirror",
141+
"webview_ios": "mirror"
142+
},
143+
"status": {
144+
"experimental": false,
145+
"standard_track": true,
146+
"deprecated": false
147+
}
148+
}
149+
},
117150
"flex_context": {
118151
"__compat": {
119152
"description": "Supported in Flex Layout",

0 commit comments

Comments
 (0)