summaryrefslogtreecommitdiffhomepage
path: root/react-frontend/tailwind.config.js
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-06-28 17:25:53 -0400
committerrealtradam <[email protected]>2024-06-28 17:25:53 -0400
commit080c10e1d8b353e1ae24b681dfa1ce475a385c5d (patch)
tree89cc8120f0ebbaf760b2a9519ca86080d0a7146a /react-frontend/tailwind.config.js
parent57d767ec6c637bb08f5c9a045e2aeafb2a52e0bb (diff)
parent9eb3ab91fb653ca6d4921238e2a497427405f178 (diff)
downloadgameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.tar.gz
gameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.zip
Merge branch 'dev'
Diffstat (limited to 'react-frontend/tailwind.config.js')
-rw-r--r--react-frontend/tailwind.config.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/react-frontend/tailwind.config.js b/react-frontend/tailwind.config.js
new file mode 100644
index 0000000..d37737f
--- /dev/null
+++ b/react-frontend/tailwind.config.js
@@ -0,0 +1,12 @@
+/** @type {import('tailwindcss').Config} */
+export default {
+ content: [
+ "./index.html",
+ "./src/**/*.{js,ts,jsx,tsx}",
+ ],
+ theme: {
+ extend: {},
+ },
+ plugins: [],
+}
+