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
fix: sidebar height
devins.page
2 years ago
6793187a
f7d977d7
+2
-2
2 changed files
expand all
collapse all
unified
split
dev.css
package.json
+1
-1
dev.css
···
259
259
top: 0;
260
260
left: calc(50% - ((750px + 4rem) / 2) - (250px + 2rem));
261
261
width: 250px;
262
262
-
height: 100%;
262
262
+
height: calc(100% - 1rem);
263
263
overflow-y: auto;
264
264
}
265
265
+1
-1
package.json
···
1
1
{
2
2
"name": "@intergrav/dev.css",
3
3
-
"version": "2.0.9",
3
3
+
"version": "2.0.10",
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": {