We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebb859 commit e60f8ccCopy full SHA for e60f8cc
package.json
@@ -37,8 +37,7 @@
37
"stylelint": "^13.12.0",
38
"stylelint-config-recommended": "^4.0.0",
39
"stylelint-order": "^4.1.0",
40
- "stylelint-prettier": "^1.2.0",
41
- "tailwindcss": "^2.2.7"
+ "stylelint-prettier": "^1.2.0"
42
},
43
"dependencies": {
44
"@etchteam/storybook-addon-status": "^4.0.0",
@@ -53,7 +52,8 @@
53
52
"chokidar-cli": "^3.0.0",
54
"concurrently": "^6.2.1",
55
"storybook-addon-designs": "^6.0.1",
56
- "storybook-source-code-addon": "^1.2.0"
+ "storybook-source-code-addon": "^1.2.0",
+ "tailwindcss": "^2.2.7"
57
58
"lint-staged": {
59
"*.js": "eslint --no-fix",
0 commit comments