We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc5f6a commit 35a7d28Copy full SHA for 35a7d28
frontend/asset_mapper.rst
@@ -420,8 +420,10 @@ the page as ``link`` tags in the order they were imported.
420
.. note::
421
422
Importing a CSS file is *not* something that is natively supported by
423
- JavaScript modules. AssetMapper makes this work by adding an importmap entry for each CSS file,
424
- and then adds a ``link`` tag for each CSS file.
+ JavaScript modules. AssetMapper makes this work by adding a special importmap
+ 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
426
+ executes the ``import`` statement, nothing additional happens.
427
428
.. _asset-mapper-3rd-party-css:
429
0 commit comments