From: Vincent Vanwaelscappel Date: Mon, 22 Apr 2024 09:14:54 +0000 (+0200) Subject: wip #6875 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=94e698cd34e617b9f4538c2315d8987be57d9b83;p=fluidbook-toolbox.git wip #6875 --- 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');