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: docusaurus/docs/post-processing-css.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,4 @@ If you need to disable autoprefixing for some reason, [follow this section](http
40
40
41
41
[CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) prefixing is disabled by default, but it will **not** strip manual prefixing.
42
42
If you'd like to opt-in to CSS Grid prefixing, [first familiarize yourself about its limitations](https://github.com/postcss/autoprefixer#does-autoprefixer-polyfill-grid-layout-for-ie).<br>
43
-
To enable CSS Grid prefixing, add `/* autoprefixer grid: on */` to the top of your CSS file.
43
+
To enable CSS Grid prefixing, add `/* autoprefixer grid: autoplace */` to the top of your CSS file.
0 commit comments