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.
1 parent b53a0e0 commit 035a424Copy full SHA for 035a424
frontend/asset_mapper.rst
@@ -413,10 +413,8 @@ the page as ``link`` tags in the order they were imported.
413
.. note::
414
415
Importing a CSS file is *not* something that is natively supported by
416
- JavaScript modules and normally causes an error. AssetMapper makes this
417
- work by adding an importmap entry for each CSS file that is valid, but
418
- does nothing. AssetMapper adds a ``link`` tag for each CSS file, but when
419
- the JavaScript executes the ``import`` statement, nothing additional happens.
+ JavaScript modules. AssetMapper makes this work by adding an importmap entry for each CSS file,
+ and then adds a ``link`` tag for each CSS file.
420
421
.. _asset-mapper-3rd-party-css:
422
0 commit comments