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

docs: new description and better readme

+5 -6
+1 -1
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/) [![Discord](https://img.shields.io/discord/1262738186338308126?logo=discord&logoColor=%23fff&color=%235865F2)](https://discord.gg/m5tUgaM3uK) [![GitHub Repo stars](https://img.shields.io/github/stars/intergrav/dev.css)](https://github.com/intergrav/dev.css) 4 4 5 - dev.css is a tiny, simple, classless CSS framework inspired by Vercel's [Geist](https://vercel.com/geist) design system. It is designed to make any plain HTML file look clean and modern. The minified stylesheet weighs only **~5.5kb** and includes both light and dark themes. 5 + dev.css is a tiny, simple, classless CSS framework inspired by [new.css](https://newcss.net). It is designed to make any plain HTML file modern and responsive. The minified stylesheet weighs only **~5.5kb**. It also has some extra features, such as an optional sidebar and addons. 6 6 7 7 You can find the website at <a href="https://devcss.devins.page">devcss.devins.page</a>, which contains a demo page. 8 8
+3 -4
dev.css
··· 1 1 /* dev.css v4, a lightweight CSS framework - https://github.com/intergrav/dev.css */ 2 - /* about: tiny, simple, classless CSS framework in the style of Vercel's Geist design system */ 2 + /* about: tiny, simple, classless CSS framework inspired by new.css */ 3 3 4 4 /* table of contents 5 5 1. configurable variables ··· 24 24 :root { 25 25 /* font families */ 26 26 --dc-font: "Geist", "Inter", ui-sans-serif, system-ui, sans-serif; 27 - --dc-font-mono: 28 - "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, 29 - Consolas, "DejaVu Sans Mono", monospace; 27 + --dc-font-mono: "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro", 28 + Menlo, Consolas, "DejaVu Sans Mono", monospace; 30 29 31 30 /* light/dark colors */ 32 31 --dc-cs: light dark; /* light and dark scrollbars, inputs, etc */
+1 -1
package.json
··· 1 1 { 2 2 "name": "@intergrav/dev.css", 3 3 "version": "4.0.6", 4 - "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system", 4 + "description": "Tiny, simple, classless CSS framework inspired by new.css.", 5 5 "keywords": [ 6 6 "css", 7 7 "stylesheet",