summaryrefslogtreecommitdiff
path: root/frontend/postcss.config.mjs
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-11 11:51:39 +0100
committerdiogo464 <[email protected]>2025-08-11 11:51:39 +0100
commit4af66f418b6837b6441b4e8eaf2d8ede585238b9 (patch)
tree34a4e913a2848515166b2ac0489794419a33bfcc /frontend/postcss.config.mjs
parent0d3488a3811c8d58bd570af64cc29840df9ba439 (diff)
snapshot
Diffstat (limited to 'frontend/postcss.config.mjs')
-rw-r--r--frontend/postcss.config.mjs5
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 @@
1const config = {
2 plugins: ["@tailwindcss/postcss"],
3};
4
5export default config;