From 94e698cd34e617b9f4538c2315d8987be57d9b83 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 22 Apr 2024 11:14:54 +0200 Subject: [PATCH] wip #6875 --- app/Fluidbook/Compiler/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Fluidbook/Compiler/Cart.php b/app/Fluidbook/Compiler/Cart.php index 6f17ef928..a257b46ec 100644 --- a/app/Fluidbook/Compiler/Cart.php +++ b/app/Fluidbook/Compiler/Cart.php @@ -581,7 +581,7 @@ trait Cart public function writeBastideResahCart() { - $this->lessVariables['import-cart-styles'] = 'bastide-resah'; + $this->lessVariables['import-cart-styles'] = 'bastide-resah-cart'; $this->addJsLib('bastide', 'js/libs/fluidbook/cart/fluidbook.cart.bastide-resah.js'); -- 2.39.5