Skip to content

Commit 4848477

Browse files
committed
Fixed PostCSS and Tailwind issues
1 parent 768f355 commit 4848477

File tree

3 files changed

+243
-172
lines changed

3 files changed

+243
-172
lines changed

nuxt.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default {
3838
buildModules: [
3939
// https://go.nuxtjs.dev/eslint
4040
'@nuxtjs/eslint-module',
41+
'@nuxt/postcss8',
4142
// https://go.nuxtjs.dev/tailwindcss
4243
'@nuxtjs/tailwindcss',
4344
],

0 commit comments

Comments
 (0)