8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f2cf7 commit 22e454fCopy full SHA for 22e454f
frontend/encore/postcss.rst
@@ -63,6 +63,16 @@ The ``autoprefixer`` (and many other tools) need to know what browsers you want
63
support. The best-practice is to configure this directly in your ``package.json``
64
(so that all the tools can read this):
65
66
+.. code-block:: diff
67
+
68
+ {
69
+ + "browserslist": [
70
+ + "defaults"
71
+ + ]
72
+ }
73
74
+The ``defaults`` option is reccommended for most users and would be equivilant to the following browserslist.
75
76
.. code-block:: diff
77
78
{
0 commit comments