Skip to content

Commit ea212df

Browse files
[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?
1 parent 7da27fa commit ea212df

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)