We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da27fa commit ea212dfCopy full SHA for ea212df
frontend/asset_mapper.rst
@@ -421,8 +421,8 @@ the page as ``link`` tags in the order they were imported.
421
422
Importing a CSS file is *not* something that is natively supported by
423
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
+ 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
426
executes the ``import`` statement, nothing additional happens.
427
428
.. _asset-mapper-3rd-party-css:
0 commit comments