Skip to content

Commit 9209d86

Browse files
committed
minor #2188 [Dropzone] change physical link to the default style file (chadyred)
This PR was merged into the 2.x branch. Discussion ---------- [Dropzone] change physical link to the default style file | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | License | MIT Hello, after installing and following the doc, I have a message with an error on the path to the style file after having copy docs config example :) Commits ------- 1e23116 [Dropzone] change physical link to the default style file
2 parents 4705d03 + 1e23116 commit 9209d86

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)