diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-10 00:39:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-10 01:02:12 +0900 |
| commit | d14fd1f6751cec8923a79c15851562640a861b8c (patch) | |
| tree | a9f2c727148302562f1bdb48d15f07149c9a9bf3 /frontend/postcss.config.js | |
| parent | c807d6e47b11a91ec56225ed8358e3f2ef903e5c (diff) | |
| download | iosdc-japan-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.gz iosdc-japan-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.tar.zst iosdc-japan-2025-albatross-d14fd1f6751cec8923a79c15851562640a861b8c.zip | |
feat(frontend): upgrade packages
Diffstat (limited to 'frontend/postcss.config.js')
| -rw-r--r-- | frontend/postcss.config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/postcss.config.js b/frontend/postcss.config.js index 7b75c83..017b34b 100644 --- a/frontend/postcss.config.js +++ b/frontend/postcss.config.js @@ -1,6 +1,5 @@ export default { plugins: { - tailwindcss: {}, - autoprefixer: {}, + "@tailwindcss/postcss": {}, }, }; |
