···2233[](https://www.npmjs.com/package/@intergrav/dev.css) [](https://cdn.jsdelivr.net/npm/@intergrav/dev.css/) [](https://discord.gg/m5tUgaM3uK) [](https://github.com/intergrav/dev.css)
4455-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.
55+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.
6677You can find the website at <a href="https://devcss.devins.page">devcss.devins.page</a>, which contains a demo page.
88
+3-4
dev.css
···11/* dev.css v4, a lightweight CSS framework - https://github.com/intergrav/dev.css */
22-/* about: tiny, simple, classless CSS framework in the style of Vercel's Geist design system */
22+/* about: tiny, simple, classless CSS framework inspired by new.css */
3344/* table of contents
55 1. configurable variables
···2424:root {
2525 /* font families */
2626 --dc-font: "Geist", "Inter", ui-sans-serif, system-ui, sans-serif;
2727- --dc-font-mono:
2828- "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro", Menlo,
2929- Consolas, "DejaVu Sans Mono", monospace;
2727+ --dc-font-mono: "Geist Mono", ui-monospace, "Cascadia Code", "Source Code Pro",
2828+ Menlo, Consolas, "DejaVu Sans Mono", monospace;
30293130 /* light/dark colors */
3231 --dc-cs: light dark; /* light and dark scrollbars, inputs, etc */
+1-1
package.json
···11{
22 "name": "@intergrav/dev.css",
33 "version": "4.0.6",
44- "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
44+ "description": "Tiny, simple, classless CSS framework inspired by new.css.",
55 "keywords": [
66 "css",
77 "stylesheet",