We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f58d63 commit 855d4d8Copy full SHA for 855d4d8
src/Commands/InstallCommand.php
@@ -116,7 +116,7 @@ private function addImportStylesToLayouts()
116
117
private function replaceMixStylesToLayouts()
118
{
119
- $this->existingLayouts()
+ $this->existingLayoutFiles()
120
->each(fn ($file) => File::put(
121
$file,
122
str_replace(
@@ -129,7 +129,7 @@ private function replaceMixStylesToLayouts()
129
130
private function replaceViteStylesToLayouts()
131
132
133
134
135
preg_replace(
0 commit comments