summaryrefslogtreecommitdiffstatshomepage
path: root/frontend/postcss.config.cjs
diff options
context:
space:
mode:
authorWolfgang Müller2025-02-14 11:57:03 +0100
committerWolfgang Müller2025-02-14 11:57:03 +0100
commit1421152a9356c7def86143dfb31a3586d5491d55 (patch)
tree15280e72426d2100cb1556bf420eced020182dcd /frontend/postcss.config.cjs
parentbbf03cbc2822094cffe868e0710d2a8f7e1096c0 (diff)
downloadhircine-1421152a9356c7def86143dfb31a3586d5491d55.tar.gz
frontend: Migrate to Tailwind 4.0
Diffstat (limited to 'frontend/postcss.config.cjs')
-rw-r--r--frontend/postcss.config.cjs6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/postcss.config.cjs b/frontend/postcss.config.cjs
deleted file mode 100644
index 054c147..0000000
--- a/frontend/postcss.config.cjs
+++ /dev/null
@@ -1,6 +0,0 @@
-module.exports = {
- plugins: {
- tailwindcss: {},
- autoprefixer: {}
- }
-};