postcss cjs

This commit is contained in:
peintnermax
2024-08-12 09:43:32 +02:00
parent e38836f953
commit fc0b59bb76
13 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
// If you want to use other PostCSS plugins, see the following:
// https://tailwindcss.com/docs/using-with-preprocessors
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};