From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- source/about/postcss.config.mjs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 source/about/postcss.config.mjs (limited to 'source/about/postcss.config.mjs') diff --git a/source/about/postcss.config.mjs b/source/about/postcss.config.mjs new file mode 100644 index 0000000..1a69fd2 --- /dev/null +++ b/source/about/postcss.config.mjs @@ -0,0 +1,8 @@ +/** @type {import('postcss-load-config').Config} */ +const config = { + plugins: { + tailwindcss: {}, + }, +}; + +export default config; -- cgit v1.2.3