Skip to content

Commit 07cd90c

Browse files
committed
Prepare TailwindCSS v4 migration
1 parent 02e2701 commit 07cd90c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/hyde/tests/DefaultContentTest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ public function testLaravelMixResourcesArePresent()
4444
$this->assertFileExists(Hyde::path('resources/assets/app.css'));
4545
$this->assertFileExists(Hyde::path('resources/assets/app.js'));
4646

47-
$this->assertFileContainsString('@tailwind base;', Hyde::path('resources/assets/app.css'));
48-
$this->assertFileContainsString('@tailwind components;', Hyde::path('resources/assets/app.css'));
49-
$this->assertFileContainsString('@tailwind utilities;', Hyde::path('resources/assets/app.css'));
50-
47+
$this->assertFileContainsString("@import 'tailwindcss'", Hyde::path('resources/assets/app.css'));
5148
$this->assertFileContainsString('This is the main JavaScript', Hyde::path('resources/assets/app.js'));
5249
}
5350

0 commit comments

Comments
 (0)