Skip to content

Commit fbcce27

Browse files
feat: Setup Tailwind Preset & Plugin (#10)
1 parent c360a38 commit fbcce27

File tree

6 files changed

+300
-87
lines changed

6 files changed

+300
-87
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
},
4848
"dependencies": {
4949
"clsx": "^2.0.0",
50-
"tailwind-merge": "^1.14.0"
50+
"tailwind-merge": "^1.14.0",
51+
"tailwindcss": "^3.3.3"
5152
},
5253
"devDependencies": {
5354
"@storybook/addon-essentials": "^7.3.1",
@@ -66,7 +67,6 @@
6667
"prettier": "^3.0.2",
6768
"publint": "^0.2.0",
6869
"storybook": "^7.3.1",
69-
"tailwindcss": "^3.3.3",
7070
"tsup": "^7.2.0",
7171
"typescript": "^5.1.6"
7272
},

0 commit comments

Comments
 (0)