Skip to content

Commit 58e888b

Browse files
committed
minor #19539 [AssetMapper] Minor (ThomasLandauer)
This PR was merged into the 6.4 branch. Discussion ---------- [AssetMapper] Minor Page: https://symfony.com/doc/6.4/frontend/asset_mapper.html#handling-css This is indeed better than #19453 was; and much better than before. 1. "valid" in which sense? Valid importmap syntax? 2. What about something like: > These special entries are valid importmap syntax, but ignored by JavaScript. Then the last sentence could be shortened. Commits ------- ea212df [AssetMapper] Minor
2 parents 8f05f34 + ea212df commit 58e888b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,8 @@ the page as ``link`` tags in the order they were imported.
421421

422422
Importing a CSS file is *not* something that is natively supported by
423423
JavaScript modules. AssetMapper makes this work by adding a special importmap
424-
entry for each CSS file. These special entries are valid valid, but do nothing.
425-
AssetMapper adds a ``<link>`` tag for each CSS file, but when the JavaScript
424+
entry for each CSS file. These special entries are valid, but do nothing.
425+
AssetMapper adds a ``<link>`` tag for each CSS file, but when JavaScript
426426
executes the ``import`` statement, nothing additional happens.
427427

428428
.. _asset-mapper-3rd-party-css:

0 commit comments

Comments
 (0)