feat: Explicitly configure Tailwind CSS and PostCSS in nuxt.config.ts
This commit is contained in:
@@ -27,6 +27,12 @@ export default defineNuxtConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
},
|
||||
app: {
|
||||
head: {
|
||||
link: [
|
||||
|
||||
Reference in New Issue
Block a user