From 8e07fe4a6e756d9c4ffd606726644b77caa69639 Mon Sep 17 00:00:00 2001 From: Tony Messias Date: Thu, 22 Feb 2024 11:08:56 -0300 Subject: [PATCH] Adds the Tailwind styles comment --- src/Commands/InstallCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Commands/InstallCommand.php b/src/Commands/InstallCommand.php index d380ca9..f4b8ad1 100644 --- a/src/Commands/InstallCommand.php +++ b/src/Commands/InstallCommand.php @@ -188,6 +188,7 @@ private function appendTailwindStylesToLayouts() $file, preg_replace( '/(\s*)(<\/head>)/', + "\\1 \\1\\2", "\\1 \\1\\2", File::get($file), ),