@@ -67,7 +67,7 @@ |
||
| 67 | 67 | |
| 68 | 68 | public function injectTailwindConfig(): string |
| 69 | 69 | { |
| 70 | - if (! file_exists(Hyde::path('tailwind.config.js'))) { |
|
| 70 | + if (!file_exists(Hyde::path('tailwind.config.js'))) { |
|
| 71 | 71 | return ''; |
| 72 | 72 | } |
| 73 | 73 | |