Skip to content

Commit e3fafa1

Browse files
committed
Move Tailwind to devDependencies
1 parent 3288709 commit e3fafa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"devDependencies": {
2020
"autoprefixer": "^10.0.2",
2121
"clean-css": "^4.2.1",
22-
"postcss": "^8.1.7"
22+
"postcss": "^8.1.7",
23+
"tailwindcss": "^2.0.0-alpha.23"
2324
},
2425
"dependencies": {
25-
"mini-svg-data-uri": "^1.2.3",
26-
"tailwindcss": "^2.0.0-alpha.23"
26+
"mini-svg-data-uri": "^1.2.3"
2727
}
2828
}

0 commit comments

Comments
 (0)