Skip to content

Commit

Permalink
chore(web): adding shadcn components
Browse files Browse the repository at this point in the history
  • Loading branch information
Krr0ptioN committed Aug 19, 2024
1 parent 797fadd commit 56eeb2d
Show file tree
Hide file tree
Showing 28 changed files with 3,583 additions and 1,096 deletions.
10 changes: 5 additions & 5 deletions apps/web/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const { join } = require('path');
// See: https://nx.dev/guides/using-tailwind-css-in-react#step-4:-applying-configuration-to-libraries

module.exports = {
plugins: {
tailwindcss: {
config: join(__dirname, 'tailwind.config.js'),
plugins: {
tailwindcss: {
config: join(__dirname, 'tailwind.config.ts'),
},
autoprefixer: {},
},
autoprefixer: {},
},
};
Loading

0 comments on commit 56eeb2d

Please sign in to comment.