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 412da63 commit 1e23116Copy full SHA for 1e23116
src/Dropzone/doc/index.rst
@@ -62,7 +62,7 @@ Symfony UX Dropzone provides a default stylesheet in order to ease
62
usage. You can disable it to add your own design if you wish.
63
64
In ``assets/controllers.json``, disable the default stylesheet by
65
-switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to
+switching the ``@symfony/ux-dropzone/dist/style.min.css`` autoimport to
66
``false``:
67
68
.. code-block:: json
@@ -74,7 +74,7 @@ switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to
74
"enabled": true,
75
"fetch": "eager",
76
"autoimport": {
77
- "@symfony/ux-dropzone/src/style.css": false
+ "@symfony/ux-dropzone/dist/style.min.css": false
78
}
79
80
0 commit comments