From 681cd8c1cc2904c562f9a58db3cbb657d58fb552 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 03:53:24 -0400 Subject: feat: rewrite with astro --- postcss.config.cjs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 postcss.config.cjs (limited to 'postcss.config.cjs') diff --git a/postcss.config.cjs b/postcss.config.cjs new file mode 100644 index 0000000..7648842 --- /dev/null +++ b/postcss.config.cjs @@ -0,0 +1,7 @@ +module.exports = { + plugins: { + "postcss-import": {}, + tailwindcss: {}, + autoprefixer: {}, + }, +}; -- cgit v1.2.3