File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -404,10 +404,10 @@ the page as ``link`` tags in the order they were imported.
404
404
.. note ::
405
405
406
406
Importing a CSS file is *not * something that is natively supported by
407
- JavaScript modules and normally causes an error. AssetMapper makes this
408
- work by adding an importmap entry for each CSS file that is valid, but
409
- does nothing. AssetMapper adds a ``link `` tag for each CSS file, but when
410
- the JavaScript executes the ``import `` statement, nothing additional happens.
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
410
+ executes the ``import `` statement, nothing additional happens.
411
411
412
412
.. _asset-mapper-3rd-party-css :
413
413
You can’t perform that action at this time.
0 commit comments