I am trying to enable Autoprefixer Grid translations in a Create React App application.
I do not want to eject.
I'm also using a CSS-in-JS solution that makes it impossible to add comments to the CSS. So the /* autoprefixer grid: autoplace */
control comment method is not possible.
Is it still possible to enable grid translations without ejecting?