Skip to content

Commit b6119ef

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [AssetMapper] Deleting duplicated sentence
2 parents 9286310 + 35a7d28 commit b6119ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/asset_mapper.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,10 @@ the page as ``link`` tags in the order they were imported.
404404
.. note::
405405

406406
Importing a CSS file is *not* something that is natively supported by
407-
JavaScript modules and normally causes an error. AssetMapper makes this
408-
work by adding an importmap entry for each CSS file that is valid, but
409-
does nothing. AssetMapper adds a ``link`` tag for each CSS file, but when
410-
the JavaScript executes the ``import`` statement, nothing additional happens.
407+
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
410+
executes the ``import`` statement, nothing additional happens.
411411

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

0 commit comments

Comments
 (0)