diff --git a/frontend/encore/postcss.rst b/frontend/encore/postcss.rst index a6690bdf666..a27e48862e5 100644 --- a/frontend/encore/postcss.rst +++ b/frontend/encore/postcss.rst @@ -63,6 +63,16 @@ The ``autoprefixer`` (and many other tools) need to know what browsers you want support. The best-practice is to configure this directly in your ``package.json`` (so that all the tools can read this): +.. code-block:: diff + + { + + "browserslist": [ + + "defaults" + + ] + } + +The ``defaults`` option is reccommended for most users and would be equivilant to the following browserslist. + .. code-block:: diff {