diff --git a/src/Script/Service/PsFrontendScriptService.php b/src/Script/Service/PsFrontendScriptService.php index 8b8b362b..029e4c14 100644 --- a/src/Script/Service/PsFrontendScriptService.php +++ b/src/Script/Service/PsFrontendScriptService.php @@ -27,7 +27,6 @@ public function register($controller, string $path): void $checkoutPath = "{$path}views/js/frontend/checkout"; $this->addLocalScript($controller, self::HANDLE_CHECKOUT, "$checkoutPath/dist/index.iife.js"); - $this->addLocalStyle($controller, self::HANDLE_CHECKOUT, "$checkoutPath/dist/style.css"); } /**