tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

feat: height auto

idk why this wasnt here before

+2 -16
-15
bun.lock
··· 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 - }
···
+1
dev.css
··· 64 svg { 65 display: block; 66 max-width: 100%; 67 } 68 69 input,
··· 64 svg { 65 display: block; 66 max-width: 100%; 67 + height: auto; 68 } 69 70 input,
+1 -1
package.json
··· 1 { 2 "name": "@intergrav/dev.css", 3 - "version": "4.3.2", 4 "description": "Tiny, simple, classless CSS framework inspired by new.css.", 5 "keywords": [ 6 "css",
··· 1 { 2 "name": "@intergrav/dev.css", 3 + "version": "4.3.3", 4 "description": "Tiny, simple, classless CSS framework inspired by new.css.", 5 "keywords": [ 6 "css",