diff options
author | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-14 11:57:03 +0100 |
commit | 1421152a9356c7def86143dfb31a3586d5491d55 (patch) | |
tree | 15280e72426d2100cb1556bf420eced020182dcd /frontend/postcss.config.cjs | |
parent | bbf03cbc2822094cffe868e0710d2a8f7e1096c0 (diff) | |
download | hircine-1421152a9356c7def86143dfb31a3586d5491d55.tar.gz |
frontend: Migrate to Tailwind 4.0
Diffstat (limited to 'frontend/postcss.config.cjs')
-rw-r--r-- | frontend/postcss.config.cjs | 6 |
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: {} - } -}; |