File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments