parent
d7e9d8746a
commit
f4ef8a92f8
@ -311,11 +311,11 @@ To use CSS grid with IE10/11, you must explicitly enable it using the `autoplace
|
|||||||
To do this, add the following to the top of the global styles file (or within a specific css selector scope):
|
To do this, add the following to the top of the global styles file (or within a specific css selector scope):
|
||||||
|
|
||||||
```
|
```
|
||||||
/* autoprefixer grid: autoplace /
|
/* autoprefixer grid: autoplace */
|
||||||
```
|
```
|
||||||
or
|
or
|
||||||
```
|
```
|
||||||
/ autoprefixer grid: no-autoplace */
|
/* autoprefixer grid: no-autoplace */
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information, see [Autoprefixer documentation](https://autoprefixer.github.io/).
|
For more information, see [Autoprefixer documentation](https://autoprefixer.github.io/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user