diff --git a/services/web-ui/postcss.config.js b/services/web-ui/postcss.config.js new file mode 100644 index 0000000..12a703d --- /dev/null +++ b/services/web-ui/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +};