summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/postcss.config.js
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-27 17:13:02 -0400
committerrealtradam <[email protected]>2024-06-27 17:13:02 -0400
commit82d341a81410d918fcd1d2a100459504608d1edf (patch)
tree69041586061feb8aff3f797bf5dbc39050f7d586 /react-frontend/postcss.config.js
parentf8d8ff781dc78a09c0f455313bf1782eb4fba962 (diff)
downloadgameHolster-82d341a81410d918fcd1d2a100459504608d1edf.tar.gz
gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.zip
add tailwind
Diffstat (limited to 'react-frontend/postcss.config.js')
-rw-r--r--react-frontend/postcss.config.js6
1 files changed, 6 insertions, 0 deletions
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: {},
+ },
+}