Skip to content

Commit

Permalink
Correct Safari versions for flex-wrap CSS property (#13888)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Dec 6, 2021
1 parent 50c94f2 commit ecf4f6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties/flex-wrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
{
"prefix": "-webkit-",
"version_added": "6.1"
"version_added": "7"
}
],
"safari_ios": [
Expand All @@ -59,7 +59,7 @@
},
{
"prefix": "-webkit-",
"version_added": "6.1"
"version_added": "7"
}
],
"samsunginternet_android": [
Expand Down

0 comments on commit ecf4f6c

Please sign in to comment.