From 22e454fc00f41d610395fa43fc802668b2e061d8 Mon Sep 17 00:00:00 2001 From: Robin C Date: Fri, 14 Aug 2020 18:16:07 +0200 Subject: [PATCH] Update Symfony browserlists reccomendation to browserlists standard. --- frontend/encore/postcss.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 {