diff options
| author | realtradam <[email protected]> | 2024-06-27 17:13:02 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-06-27 17:13:02 -0400 |
| commit | 82d341a81410d918fcd1d2a100459504608d1edf (patch) | |
| tree | 69041586061feb8aff3f797bf5dbc39050f7d586 /react-frontend/postcss.config.js | |
| parent | f8d8ff781dc78a09c0f455313bf1782eb4fba962 (diff) | |
| download | gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.tar.gz gameHolster-82d341a81410d918fcd1d2a100459504608d1edf.zip | |
add tailwind
Diffstat (limited to 'react-frontend/postcss.config.js')
| -rw-r--r-- | react-frontend/postcss.config.js | 6 |
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: {}, + }, +} |
