You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 Make everyting more easy updateable and dusk also 🆙
This commit is contained in:
@@ -40,7 +40,7 @@ export default defineConfig({
|
||||
postcssImport(),
|
||||
tailwindcssNesting(postcssNesting()),
|
||||
tailwindcss({
|
||||
config: path.resolve(__dirname, "tailwind.config.js"),
|
||||
config: path.resolve(__dirname, "tailwind.config.cjs"),
|
||||
}),
|
||||
autoprefixer(),
|
||||
],
|
||||
|
||||
@@ -35,7 +35,7 @@ export default defineConfig({
|
||||
postcss: {
|
||||
plugins: [
|
||||
tailwindcss({
|
||||
config: path.resolve(__dirname, "tailwind.config.js"),
|
||||
config: path.resolve(__dirname, "tailwind.config.cjs"),
|
||||
}),
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user