Skip to content

Commit 1e23116

Browse files
committed
[Dropzone] change physical link to the default style file
1 parent 412da63 commit 1e23116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Dropzone/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Symfony UX Dropzone provides a default stylesheet in order to ease
6262
usage. You can disable it to add your own design if you wish.
6363

6464
In ``assets/controllers.json``, disable the default stylesheet by
65-
switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to
65+
switching the ``@symfony/ux-dropzone/dist/style.min.css`` autoimport to
6666
``false``:
6767

6868
.. code-block:: json
@@ -74,7 +74,7 @@ switching the ``@symfony/ux-dropzone/src/style.css`` autoimport to
7474
"enabled": true,
7575
"fetch": "eager",
7676
"autoimport": {
77-
"@symfony/ux-dropzone/src/style.css": false
77+
"@symfony/ux-dropzone/dist/style.min.css": false
7878
}
7979
}
8080
}

0 commit comments

Comments
 (0)