

postcss-gap-properties to use new gap property.The guide about Grids in IE and Autoprefixer.Grid-template : "head head head" 1 fr "nav main main" minmax( 100 px, 1 fr) To use Autoprefixer is by using grid-template or grid-template-areas. Read theįourth, if you are not using the autoplacement feature, the best way Third, there is only very limited auto placement support. It is not an enable andįorget feature, but it is still very useful.įinancial Times and Yandex use it in production. Second, you need to test every fix with Grid in IE. Option or the /* autoprefixer grid: autoplace */ control comment.Īlso you can use environment variable to enable Grid: FAQ Does Autoprefixer polyfill Grid Layout for IE?Īutoprefixer can be used to translate modern CSS Grid syntax into IE 10Īnd IE 11 syntax, but this polyfill will not work in 100% of cases.įirst, you need to enable Grid prefixes by using either the grid: "autoplace"

See Browserslist docs for queries, browser names, config format, and defaults. That the config can be shared with other tools such as babel-preset-env and We recommend the use of these options over passing options to Autoprefixer so Root, or by adding a browserslist key to your package.json. You want to target in your project with queries like > 5%

