tangled
alpha
login
or
join now
devins.page
/
dev.css
tiny, simple, classless CSS framework inspired by new.css
devcss.devins.page
framework
lightweight
css
classless
stylesheet
1
fork
atom
overview
issues
pulls
pipelines
feat: improve package.json structure
devins.page
2 years ago
e1ea1a26
3ef95885
+10
-8
1 changed file
expand all
collapse all
unified
split
package.json
+10
-8
package.json
···
2
2
"name": "@intergrav/dev.css",
3
3
"version": "3.1.2",
4
4
"description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
5
5
-
"author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
6
6
-
"license": "MIT",
7
7
-
"repository": "github:intergrav/dev.css",
8
8
-
"bugs": {
9
9
-
"url": "https://github.com/intergrav/dev.css/issues"
10
10
-
},
11
5
"keywords": [
12
6
"css",
13
7
"stylesheet",
···
16
10
"minimal",
17
11
"lightweight",
18
12
"vercel",
19
19
-
"geist"
13
13
+
"geist",
14
14
+
"open-source"
20
15
],
21
21
-
"main": "dev.css",
16
16
+
"homepage": "https://github.com/intergrav/dev.css#readme",
17
17
+
"bugs": {
18
18
+
"url": "https://github.com/intergrav/dev.css/issues"
19
19
+
},
20
20
+
"license": "MIT",
21
21
+
"author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
22
22
"files": [
23
23
"theme",
24
24
"addon",
25
25
"demo.html"
26
26
],
27
27
+
"main": "dev.css",
28
28
+
"repository": "github:intergrav/dev.css",
27
29
"prettier": {
28
30
"useTabs": true
29
31
}