We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec24be commit bce8ba2Copy full SHA for bce8ba2
package.json
@@ -3,7 +3,7 @@
3
"aimee": "app",
4
"description": "Aimee的reset模块,用于处理配置文件",
5
"main": "reset.less",
6
- "version": "1.0.2",
+ "version": "1.0.3",
7
"scripts": {
8
"test": "uz -v"
9
},
reset.less
@@ -57,8 +57,14 @@ a{
57
text-decoration: none;
58
}
59
.dn{
60
- display: none;
+ display: none !important;
61
+}
62
+.oh{
63
+ overflow: hidden !important;
64
65
.vh{
- overflow: hidden;
-}
66
+ visibility: hidden !important;
67
68
+.no-tap-color{
69
+ .tap-color();
70
0 commit comments