From 3df6a4434ee6658c166a0eb07a3723a3181f87d3 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Thu, 21 May 2026 12:30:34 -0400 Subject: [PATCH] =?UTF-8?q?web-ui:=20wave-1=20foundation=20=E2=80=94=20ser?= =?UTF-8?q?vices/web-ui/postcss.config.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/web-ui/postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 services/web-ui/postcss.config.js 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: {}, + }, +};