From 3d6385a1c98950bfb74afa1b81381953f78dbf2d Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Tue, 27 Jul 2021 00:19:44 +0800 Subject: [PATCH] Remove Empty CSS Having this only slows down the initial request to Laravel Nova. laravel/nova-issues#3474 --- src/LogsTool.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LogsTool.php b/src/LogsTool.php index ea57d62..974f541 100644 --- a/src/LogsTool.php +++ b/src/LogsTool.php @@ -19,7 +19,6 @@ class LogsTool extends BaseTool public function boot() { Nova::script('LogsTool', __DIR__.'/../dist/js/tool.js'); - Nova::style('LogsTool', __DIR__.'/../dist/css/tool.css'); } /**