Skip to content

Commit 2aaf3ef

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Minor
2 parents 27420e3 + 58e888b commit 2aaf3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/asset_mapper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ the page as ``link`` tags in the order they were imported.
405405

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

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

0 commit comments

Comments
 (0)