Skip to content

Commit

Permalink
fix: 去掉 @tailwind base; 中覆盖的基础样式
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Sep 11, 2021
1 parent c898049 commit 6af9576
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
"src",
"types"
],
"engines": {
"node": ">=10"
Expand All @@ -28,10 +29,8 @@
"postversion": "git push --follow-tags"
},
"peerDependencies": {
"react": ">=16",
"sunmao": ">=0.2.6",
"@asany/icons": ">=0.1.11",
"@asany/sortable": ">=0.1.22"
"react": ">=16"
},
"prettier": {
"printWidth": 120,
Expand Down Expand Up @@ -59,9 +58,12 @@
}
],
"dependencies": {
"@asany/icons": "^0.1.11",
"@asany/sortable": "^0.1.22",
"@daybrush/drag": "^0.19.3",
"@scena/react-guides": "^0.16.0",
"moveable-helper": "^0.4.0",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.2.3",
"react-moveable": "^0.29.0",
"react-selecto": "^1.12.0",
Expand All @@ -72,8 +74,6 @@
},
"devDependencies": {
"@apollo/client": "^3.4.5",
"@asany/icons": "^0.1.11",
"@asany/sortable": "^0.1.22",
"@babel/core": "^7.14.6",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
Expand Down
1 change: 0 additions & 1 deletion src/style/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9708,6 +9708,7 @@ overlayscrollbars-react@^0.2.3:
overlayscrollbars@^1.13.1:
version "1.13.1"
resolved "https://registry.npmjs.org/overlayscrollbars/-/overlayscrollbars-1.13.1.tgz#0b840a88737f43a946b9d87875a2f9e421d0338a"
integrity sha512-gIQfzgGgu1wy80EB4/6DaJGHMEGmizq27xHIESrzXq0Y/J0Ay1P3DWk6tuVmEPIZH15zaBlxeEJOqdJKmowHCQ==

p-all@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 6af9576

Please sign in to comment.