@intergrav/dev.css 4.0.0 → 4.0.1
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/dev.css +2 -2
- package/package.json +31 -31
package/dev.css
CHANGED
|
@@ -167,7 +167,7 @@ h6 {
|
|
|
167
167
|
h1,
|
|
168
168
|
h2,
|
|
169
169
|
h3 {
|
|
170
|
-
margin-bottom: 0.
|
|
170
|
+
margin-bottom: 0.75rem;
|
|
171
171
|
padding-bottom: 0.25rem;
|
|
172
172
|
border-bottom: 1px solid var(--dc-bg-3);
|
|
173
173
|
}
|
|
@@ -182,7 +182,7 @@ article h3 {
|
|
|
182
182
|
h4,
|
|
183
183
|
h5,
|
|
184
184
|
h6 {
|
|
185
|
-
margin-bottom: 0.
|
|
185
|
+
margin-bottom: 0.5rem;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
a {
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@intergrav/dev.css",
|
|
3
|
+
"version": "4.0.1",
|
|
4
|
+
"description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"css",
|
|
7
|
+
"stylesheet",
|
|
8
|
+
"framework",
|
|
9
|
+
"classless",
|
|
10
|
+
"minimal",
|
|
11
|
+
"lightweight",
|
|
12
|
+
"vercel",
|
|
13
|
+
"geist",
|
|
14
|
+
"open-source"
|
|
15
|
+
],
|
|
16
|
+
"homepage": "https://devcss.devins.page",
|
|
17
|
+
"bugs": {
|
|
18
|
+
"url": "https://github.com/intergrav/dev.css/issues"
|
|
19
|
+
},
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"author": "intergrav <intergrav@proton.me> (https://devins.page)",
|
|
22
|
+
"files": [
|
|
23
|
+
"theme",
|
|
24
|
+
"addon"
|
|
25
|
+
],
|
|
26
|
+
"main": "dev.css",
|
|
27
|
+
"repository": "github:intergrav/dev.css",
|
|
28
|
+
"prettier": {
|
|
29
|
+
"useTabs": true
|
|
30
|
+
}
|
|
31
|
+
}
|