From 035a424bf4a18e1182e1f6386cd91284a5a78674 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Wed, 24 Jan 2024 16:06:33 +0100 Subject: [PATCH] [AssetMapper] Deleting duplicated sentence --- frontend/asset_mapper.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/asset_mapper.rst b/frontend/asset_mapper.rst index 803d7dbace6..28227d8606c 100644 --- a/frontend/asset_mapper.rst +++ b/frontend/asset_mapper.rst @@ -413,10 +413,8 @@ the page as ``link`` tags in the order they were imported. .. note:: Importing a CSS file is *not* something that is natively supported by - JavaScript modules and normally causes an error. AssetMapper makes this - work by adding an importmap entry for each CSS file that is valid, but - does nothing. AssetMapper adds a ``link`` tag for each CSS file, but when - 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. .. _asset-mapper-3rd-party-css: