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

feat: description improvements

+6 -3
+5 -2
README.md
··· 2 2 3 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 - Extremely simple, small, classless CSS framework in the style of Vercel's Geist. Inspired by [xz/new.css](https://github.com/xz/new.css). 5 + Tiny, simple, classless CSS framework in the style of Vercel's [Geist](https://vercel.com/geist) design system. Inspired by [xz/new.css](https://github.com/xz/new.css). 6 6 7 7 The minified stylesheet weighs only **~4.8kb** and can make any plain HTML file look clean and modern. It also has a light and dark theme. 8 8 ··· 14 14 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2"> 15 15 ``` 16 16 17 - I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts otherwise. 17 + I also recommend adding a font through [intergrav/fonts](https://github.com/intergrav/fonts). Geist or Inter work with dev.css out of the box. It will use the default system/browser san-serif fonts if those are not available. 18 18 19 19 ### Geist Font 20 20 21 21 ```html 22 22 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css"> 23 23 ``` 24 + 25 + Recommended, monospace variant: 26 + 24 27 ```html 25 28 <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css"> 26 29 ```
+1 -1
package.json
··· 1 1 { 2 2 "name": "@intergrav/dev.css", 3 3 "version": "3.0.0", 4 - "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system", 4 + "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system", 5 5 "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)", 6 6 "license": "MIT", 7 7 "repository": "github:intergrav/dev.css",