earthnut 0.2.2 → 0.2.3-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "type": "module",
11
11
  "name": "earthnut",
12
- "version": "0.2.2",
12
+ "version": "0.2.3-alpha.0",
13
13
  "description": "earthnut 的 react ui",
14
14
  "overrides": {
15
15
  "css-loader": "6.11.0"
package/styles/common.css CHANGED
@@ -166,11 +166,8 @@
166
166
  }
167
167
 
168
168
  /* 移除默认的 margin 外边距 */
169
+ html,
169
170
  body,
170
- h1,
171
- h2,
172
- h3,
173
- h4,
174
171
  p,
175
172
  figure,
176
173
  blockquote,
@@ -179,13 +176,6 @@ dd {
179
176
  margin: 0;
180
177
  }
181
178
 
182
- ul,
183
- ol {
184
- list-style: none;
185
- margin: 0;
186
- padding: 0;
187
- }
188
-
189
179
  /* 设置根元素 html 默认样式 */
190
180
  html {
191
181
  scroll-behavior: smooth;
package/styles/reset.scss CHANGED
@@ -8,11 +8,8 @@
8
8
  }
9
9
 
10
10
  /* 移除默认的 margin 外边距 */
11
+ html,
11
12
  body,
12
- h1,
13
- h2,
14
- h3,
15
- h4,
16
13
  p,
17
14
  figure,
18
15
  blockquote,
@@ -21,13 +18,6 @@ dd {
21
18
  margin: 0;
22
19
  }
23
20
 
24
- ul,
25
- ol {
26
- list-style: none;
27
- margin: 0;
28
- padding: 0;
29
- }
30
-
31
21
  /* 设置根元素 html 默认样式 */
32
22
  html {
33
23
  scroll-behavior: smooth;