We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74558ae + 2aaf3ef commit ff67a39Copy full SHA for ff67a39
frontend/asset_mapper.rst
@@ -405,8 +405,8 @@ the page as ``link`` tags in the order they were imported.
405
406
Importing a CSS file is *not* something that is natively supported by
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
+ entry for each CSS file. These special entries are valid, but do nothing.
+ AssetMapper adds a ``<link>`` tag for each CSS file, but when JavaScript
410
executes the ``import`` statement, nothing additional happens.
411
412
.. _asset-mapper-3rd-party-css:
0 commit comments