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

feat: readme improvements

+3 -3
+2 -2
README.md
··· 1 1 # intergrav/dev.css 2 2 3 - ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@intergrav/dev.css) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/dev.css)](https://github.com/intergrav/dev.css) 3 + [![NPM Version](https://img.shields.io/npm/v/@intergrav/dev.css)](https://www.npmjs.com/package/@intergrav/dev.css) [![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@intergrav/dev.css)](https://cdn.jsdelivr.net/npm/@intergrav/dev.css/) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/dev.css)](https://github.com/intergrav/dev.css) 4 4 5 5 Extremely simple, small, classless CSS framework in the style of Vercel's Geist. Inspired by [xz/new.css](https://github.com/xz/new.css). 6 6 7 - It weighs only **~5kb** and makes any plain HTML file look great. 7 + The minified stylesheet weighs only **~5kb** and can make any plain HTML file look clean and modern. 8 8 9 9 It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space. 10 10
+1 -1
package.json
··· 1 1 { 2 2 "name": "@intergrav/dev.css", 3 - "version": "1.0.5", 3 + "version": "1.0.6", 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": {