Skip to content

Commit f8a3581

Browse files
committed
add the config file overried to make laravel-mix-tailwind work with tailwind v1 ... hoping this is a temporary measure
1 parent 1636614 commit f8a3581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tailwindcss-stubs/webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require('laravel-mix-purgecss');
1616

1717
mix.js('resources/js/app.js', 'public/js')
1818
.postCss('resources/css/app.css', 'public/css')
19-
.tailwind()
19+
.tailwind('./tailwind.config.js')
2020
.purgeCss();
2121

2222
if (mix.inProduction()) {

0 commit comments

Comments
 (0)