You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/v2/guide/class-and-style.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,4 +204,4 @@ data: {
204
204
```
205
205
هذا سوف قوم بمعالجة القيمة الاخيرة فقط في المصفوفة والتي يدعمها المستعرض. في هذا المثال، سوف يقوم بمعالجة `display: flex` للمستعرضات التي لا تدعم اصدار flexbox ذو البادئات
206
206
207
-
This will only render the last value in the array which the browser supports. In this example, it will render`display: flex`for browsers that support the unprefixed version of flexbox.
207
+
سيؤدي هذا فقط إلى عرض القيمة الأخيرة في المصفوفة التي يدعمها المتصفح. في هذا المثال ، سيتم عرض`display: flex`للمتصفحات التي تدعم الإصدار غير المثبت من flexbox.
0 commit comments