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

Configure Feed

Select the types of activity you want to include in your feed.

at b4bd1aacc52ce1a039f275d82a4c7ae3225d1810 35 lines 677 B view raw
1{ 2 "name": "@intergrav/dev.css", 3 "version": "4.2.5", 4 "description": "Tiny, simple, classless CSS framework inspired by new.css.", 5 "keywords": [ 6 "css", 7 "stylesheet", 8 "framework", 9 "classless", 10 "minimal", 11 "lightweight", 12 "vercel", 13 "geist", 14 "open-source" 15 ], 16 "homepage": "https://devcss.devins.page", 17 "bugs": { 18 "url": "https://github.com/intergrav/dev.css/issues" 19 }, 20 "license": "MIT", 21 "author": "intergrav <intergrav@proton.me> (https://devins.page)", 22 "files": [ 23 "theme", 24 "addon", 25 "badge.svg" 26 ], 27 "main": "dev.css", 28 "repository": "github:intergrav/dev.css", 29 "prettier": { 30 "useTabs": true 31 }, 32 "devDependencies": { 33 "prettier": "^3.7.4" 34 } 35}