diff options
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js new file mode 100644 index 0000000..2aa7205 --- /dev/null +++ b/frontend/postcss.config.js @@ -0,0 +1,6 @@ +export default { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +}; |
