@intergrav/dev.css 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# intergrav/dev.css
|
|
2
2
|
|
|
3
|
-
 [](https://github.com/intergrav/dev.css)
|
|
3
|
+
[](https://www.npmjs.com/package/@intergrav/dev.css) [](https://cdn.jsdelivr.net/npm/@intergrav/dev.css/) [](https://github.com/intergrav/dev.css)
|
|
4
4
|
|
|
5
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).
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The minified stylesheet weighs only **~5kb** and can make any plain HTML file look clean and modern.
|
|
8
8
|
|
|
9
9
|
It has a light and dark theme, and the header turns into a sidebar on wider displays so that you get more vertical space.
|
|
10
10
|
|
package/package.json
CHANGED