Skip to content

Commit 42f2a73

Browse files
committed
update tailwind config
1 parent 410cc15 commit 42f2a73

File tree

4 files changed

+578
-46
lines changed

4 files changed

+578
-46
lines changed

example/postcss.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export default {
22
plugins: {
3-
tailwindcss: {},
4-
autoprefixer: {},
3+
"@tailwindcss/postcss": {},
54
},
65
};

example/src/index.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
@tailwind base;
2-
@tailwind components;
3-
@tailwind utilities;
1+
@import "tailwindcss";
2+
@config "../tailwind.config.js";
43

54
/* To change the theme colors, change the values below
65
or use the "Copy code" button at https://ui.shadcn.com/themes */
@@ -77,8 +76,6 @@
7776
}
7877
}
7978

80-
81-
8279
@layer base {
8380
* {
8481
@apply border-border outline-ring/50;

0 commit comments

Comments
 (0)