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.json
devins.page
2 years ago
cbf06a7e
794ca0d8
+16
1 changed file
expand all
collapse all
unified
split
package.json
+16
package.json
···
1
1
+
{
2
2
+
"name": "@intergrav/dev.css",
3
3
+
"version": "1.0.0",
4
4
+
"description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
5
+
"main": "dev.css",
6
6
+
"repository": {
7
7
+
"type": "git",
8
8
+
"url": "git+https://github.com/intergrav/dev.css.git"
9
9
+
},
10
10
+
"author": "intergrav (intergrav@proton.me)",
11
11
+
"license": "MIT",
12
12
+
"bugs": {
13
13
+
"url": "https://github.com/intergrav/dev.css/issues"
14
14
+
},
15
15
+
"homepage": "https://github.com/intergrav/dev.css#readme"
16
16
+
}