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
It would be really great if create-react-app had support for postcss plugins. Recently, it became much easier to do with postcss-preset-env, which is very similar in configuration to @babel/preset-env, i.e. one can specify which browsers should be supported (the package also supports browserslist) and which features (either whole stages or individual features or mix of those) - https://preset-env.cssdb.org/. It also already includes autoprefixer.
The popular postcss-cssnext package was deprecated in favor of postcss-preset-env.
The text was updated successfully, but these errors were encountered:
Is this a bug report?
No.
It would be really great if
create-react-app
had support forpostcss
plugins. Recently, it became much easier to do withpostcss-preset-env
, which is very similar in configuration to@babel/preset-env
, i.e. one can specify which browsers should be supported (the package also supportsbrowserslist
) and which features (either whole stages or individual features or mix of those) - https://preset-env.cssdb.org/. It also already includesautoprefixer
.The popular
postcss-cssnext
package was deprecated in favor ofpostcss-preset-env
.The text was updated successfully, but these errors were encountered: