Skip to content

Commit 3a04d61

Browse files
committed
Upgrade to TailwindCSS 4
1 parent 4c07d41 commit 3a04d61

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

vite.config.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import vue from '@vitejs/plugin-vue';
2-
import autoprefixer from 'autoprefixer';
32
import laravel from 'laravel-vite-plugin';
43
import path from 'path';
54
//import tailwindcss from 'tailwindcss';
@@ -29,10 +28,5 @@ export default defineConfig({
2928
'@': path.resolve(__dirname, './resources/js'),
3029
'ziggy-js': resolve(__dirname, 'vendor/tightenco/ziggy'),
3130
},
32-
},
33-
css: {
34-
postcss: {
35-
plugins: [tailwindcss],
36-
},
37-
},
31+
},
3832
});

0 commit comments

Comments
 (0)