回答編集履歴
1
表記間違いの訂正のため
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
ho_riさんのご指摘通り、```ul.wrapper``` の ```-ms-grid-columns``` の記述方法に誤りがあります。
|
1
|
+
ho_riさんのご指摘通り、 ```ul.wrapper``` の ```-ms-grid-columns``` の記述方法に誤りがあります。
|
2
|
-
```-ms-grid-columns``` で繰り返しを表現するには、カラムのサイズを丸括弧で囲み、後ろに大括弧で繰り返す回数を入力します。
|
2
|
+
今回の場合、 ```-ms-grid-columns``` で繰り返しを表現するには、カラムのサイズを丸括弧で囲み、後ろに大括弧で繰り返す回数を入力します。
|
3
3
|
|
4
4
|
> This property also supports a repeating syntax. If there are a large number of columns that are the same or exhibit a recurring pattern, a repeat syntax can be applied to define the columns in a more compact form. The repeated values are enclosed by parentheses, and are followed by an integer within brackets (for instance, [4]) that indicates how many times to repeat the values in parentheses. See Examples for a demonstration
|
5
5
|
|