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
chore: add prettier
devins.page
1 month ago
df1d7045
38f3d220
+19
3 changed files
expand all
collapse all
unified
split
.gitignore
bun.lock
package.json
+1
.gitignore
···
0
···
1
+
node_modules
+15
bun.lock
···
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
···
1
+
{
2
+
"lockfileVersion": 1,
3
+
"configVersion": 1,
4
+
"workspaces": {
5
+
"": {
6
+
"name": "@intergrav/dev.css",
7
+
"devDependencies": {
8
+
"prettier": "latest",
9
+
},
10
+
},
11
+
},
12
+
"packages": {
13
+
"prettier": ["prettier@3.7.4", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA=="],
14
+
}
15
+
}
+3
package.json
···
28
"repository": "github:intergrav/dev.css",
29
"prettier": {
30
"useTabs": true
0
0
0
31
}
32
}
···
28
"repository": "github:intergrav/dev.css",
29
"prettier": {
30
"useTabs": true
31
+
},
32
+
"devDependencies": {
33
+
"prettier": "^3.7.4"
34
}
35
}