From 96c52a6d58e10f3fae2a69ab00ed219e9f2d0059 Mon Sep 17 00:00:00 2001 From: JeremyJamesL Date: Wed, 4 Dec 2024 09:09:11 +0000 Subject: first commit --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} -- cgit v1.2.3