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

feat: shorten npm link

jsdelivr uses the main file (dev.css)

+5 -5
+4 -4
README.md
··· 1 1 # intergrav/dev.css 2 2 3 - 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. 3 + Extremely simple, small, classless CSS framework in the style of Vercel's Geist. It weighs only **~5kb** 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. 4 4 5 5 ## Importing 6 6 7 - In your HTML's `<head>` all you have to do is this, and you're done! 7 + In your HTML's `<head>` all you have to write is this, and you're done! 8 8 9 9 ```html 10 - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1/dev.min.css"> 10 + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1"> 11 11 ``` 12 12 13 - 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. 13 + 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. 14 14 15 15 ### Geist Font 16 16
+1 -1
demo.html
··· 6 6 <title>dev.css Demo</title> 7 7 <link 8 8 rel="stylesheet" 9 - href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1/dev.min.css" 9 + href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@1" 10 10 /> 11 11 <link 12 12 rel="stylesheet"