mirror of
https://github.com/dergigi/boris.git
synced 2025-12-17 14:44:26 +01:00
- Install @tailwindcss/postcss for Tailwind v4 compatibility - Update postcss.config.js to use new plugin format - Fix dev server PostCSS errors
8 lines
92 B
JavaScript
8 lines
92 B
JavaScript
export default {
|
|
plugins: {
|
|
'@tailwindcss/postcss': {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|
|
|