Skip to content

Commit

Permalink
Upgrade postcss config
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuroXina committed Jan 25, 2025
1 parent d566734 commit e3e7abc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"devDependencies": {
"@remix-run/dev": "^2.11.2",
"@tailwindcss/postcss": "^4.0.0",
"@types/react": "^18.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
Expand Down
3 changes: 1 addition & 2 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
"@tailwindcss/postcss": {},
},
};

0 comments on commit e3e7abc

Please sign in to comment.