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 6e6edd9cacbb677a87a8e383ae9d62bfe66ad652 33 lines 653 B view raw
1{ 2 "name": "@intergrav/dev.css", 3 "version": "3.0.0", 4 "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system", 5 "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)", 6 "license": "MIT", 7 "repository": "github:intergrav/dev.css", 8 "bugs": { 9 "url": "https://github.com/intergrav/dev.css/issues" 10 }, 11 "keywords": [ 12 "css", 13 "stylesheet", 14 "framework", 15 "classless", 16 "minimal", 17 "lightweight", 18 "vercel", 19 "geist" 20 ], 21 "main": "dev.css", 22 "files": [ 23 "theme", 24 "demo.html", 25 "dev.css", 26 "README.md", 27 "LICENSE", 28 "package.json" 29 ], 30 "prettier": { 31 "useTabs": true 32 } 33}