diff --git a/postcss.config.cjs b/postcss.config.cjs new file mode 100644 index 000000000..33ad091d2 --- /dev/null +++ b/postcss.config.cjs @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}