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: packages/react-scripts/template/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -626,6 +626,10 @@ becomes this:
626
626
627
627
If you need to disable autoprefixing for some reason, [follow this section](https://github.com/postcss/autoprefixer#disabling).
628
628
629
+
[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.
630
+
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>
631
+
To enable CSS Grid prefixing, add `/* autoprefixer grid: on */` to the top of your CSS file.
632
+
629
633
## Adding Images, Fonts, and Files
630
634
631
635
With Webpack, using static assets like images and fonts works similarly to CSS.
0 commit comments