8000 Fixes tailwind nesting warning · engageinteractive/laravel@e59e0d7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e59e0d7

Browse files
committed
Fixes tailwind nesting warning
1 parent e424561 commit e59e0d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/webpack.mix.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ mix
1818
'__VUE_PROD_DEVTOOLS__': JSON.stringify(false),
1919
}),
2020
],
21+
stats: {
22+
children: true,
23+
},
2124
}))
2225
.options({
2326
autoprefixer: {
@@ -40,6 +43,7 @@ mix
4043
})
4144
.postCss(src('css/app.css'), compiled('css'), [
4245
require('postcss-import'),
46+
require('tailwindcss/nesting'),
4347
require('tailwindcss')('./resources/assets/css/tailwind.config.js'),
4448
require('postcss-nested'),
4549
])

0 commit comments

Comments
 (0)
0