Skip to content

Commit

Permalink
move postcss config to universal place
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Mar 3, 2025
1 parent 569198f commit 6b44142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/oauth/oauth-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,11 @@
"build": "pnpm --parallel --stream '/^build:.+$/'",
"start:ui": "vite",
"dev": "pnpm --parallel --stream '/^(build:frontend|po:extract)$/' --watch"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}
6 changes: 0 additions & 6 deletions packages/oauth/oauth-provider/postcss.config.mjs

This file was deleted.

0 comments on commit 6b44142

Please sign in to comment.