diff options
| author | diogo464 <[email protected]> | 2025-08-11 11:51:39 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-11 11:51:39 +0100 |
| commit | 4af66f418b6837b6441b4e8eaf2d8ede585238b9 (patch) | |
| tree | 34a4e913a2848515166b2ac0489794419a33bfcc /frontend/postcss.config.mjs | |
| parent | 0d3488a3811c8d58bd570af64cc29840df9ba439 (diff) | |
snapshot
Diffstat (limited to 'frontend/postcss.config.mjs')
| -rw-r--r-- | frontend/postcss.config.mjs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/postcss.config.mjs b/frontend/postcss.config.mjs new file mode 100644 index 0000000..c7bcb4b --- /dev/null +++ b/frontend/postcss.config.mjs | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | const config = { | ||
| 2 | plugins: ["@tailwindcss/postcss"], | ||
| 3 | }; | ||
| 4 | |||
| 5 | export default config; | ||
