diff options
| author | realtradam <[email protected]> | 2024-06-28 17:25:53 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-28 17:25:53 -0400 |
| commit | 080c10e1d8b353e1ae24b681dfa1ce475a385c5d (patch) | |
| tree | 89cc8120f0ebbaf760b2a9519ca86080d0a7146a /react-frontend/tailwind.config.js | |
| parent | 57d767ec6c637bb08f5c9a045e2aeafb2a52e0bb (diff) | |
| parent | 9eb3ab91fb653ca6d4921238e2a497427405f178 (diff) | |
| download | gameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.tar.gz gameHolster-080c10e1d8b353e1ae24b681dfa1ce475a385c5d.zip | |
Merge branch 'dev'
Diffstat (limited to 'react-frontend/tailwind.config.js')
| -rw-r--r-- | react-frontend/tailwind.config.js | 12 |
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: [], +} + |
