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: npm package improvements
devins.page
2 years ago
25eee0de
27f28d79
+24
-15
1 changed file
expand all
collapse all
unified
split
package.json
+24
-15
package.json
···
1
{
2
-
"name": "@intergrav/dev.css",
3
-
"version": "2.0.11",
4
-
"description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
-
"main": "dev.css",
6
-
"repository": {
7
-
"type": "git",
8
-
"url": "git+https://github.com/intergrav/dev.css.git"
9
-
},
10
-
"author": "intergrav (intergrav@proton.me)",
11
-
"license": "MIT",
12
-
"bugs": {
13
-
"url": "https://github.com/intergrav/dev.css/issues"
14
-
},
15
-
"homepage": "https://github.com/intergrav/dev.css#readme"
16
-
}
0
0
0
0
0
0
0
0
0
···
1
{
2
+
"name": "@intergrav/dev.css",
3
+
"version": "3.0.0",
4
+
"description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system",
5
+
"author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
6
+
"license": "MIT",
7
+
"repository": "github:intergrav/dev.css",
8
+
"bugs": {
9
+
"url": "https://github.com/intergrav/dev.css/issues"
10
+
},
11
+
"keywords": [
12
+
"css",
13
+
"stylesheet",
14
+
"framework",
15
+
"classless",
16
+
"minimal",
17
+
"lightweight",
18
+
"vercel",
19
+
"geist"
20
+
],
21
+
"main": "dev.css",
22
+
"prettier": {
23
+
"useTabs": true
24
+
}
25
+
}