From d57534480b6390c318ba2c3cbfe34c3d42bdd588 Mon Sep 17 00:00:00 2001 From: jyswee Date: Fri, 21 Aug 2026 20:41:11 +0000 Subject: [PATCH] bake build infra: postcss.config.js (deterministic /ship) --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..fbe14a4 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; \ No newline at end of file