From 82d341a81410d918fcd1d2a100459504608d1edf Mon Sep 17 00:00:00 2001 From: realtradam Date: Thu, 27 Jun 2024 17:13:02 -0400 Subject: add tailwind --- react-frontend/postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 react-frontend/postcss.config.js (limited to 'react-frontend/postcss.config.js') diff --git a/react-frontend/postcss.config.js b/react-frontend/postcss.config.js new file mode 100644 index 0000000..2e7af2b --- /dev/null +++ b/react-frontend/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} -- cgit v1.2.3