tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet
CSS 51.6%
HTML 48.4%
8 1 0

Clone this repository

https://tangled.org/devins.page/dev.css
git@knot.devins.page:devins.page/dev.css

For self-hosted knots, clone URLs may differ based on your setup.

README.md

intergrav/dev.css#

Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only ~5.0kb, and makes any plain HTML file look great. It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.

Importing#

In your HTML's <head> all you have to do is this, and you're done!

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/dev.css@1.x.x/dev.min.css">

I also recommend adding a font through intergrav/fonts. Geist or Inter work with dev.css out of the box.

Geist Font#

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x.x/serve/geist.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x.x/serve/geist-mono.min.css">

Inter Font#

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/intergrav/fonts@1.x.x/serve/inter.min.css">