diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..a7d1379 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,5 @@ +module.exports = { + plugins: { + "@tailwindcss/postcss": {}, + }, +}