Skip to content

Commit ff67a39

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: [AssetMapper] Minor
2 parents 74558ae + 2aaf3ef commit ff67a39

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)