@intergrav/dev.css 3.5.1 → 3.5.2
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 +1 -1
- package/demo.html +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# intergrav/dev.css
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@intergrav/dev.css) [](https://cdn.jsdelivr.net/npm/@intergrav/dev.css/) [](https://github.com/intergrav/dev.css)
|
|
3
|
+
[](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)
|
|
4
4
|
|
|
5
5
|
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 **~4.8kb** and includes both light and dark themes.
|
|
6
6
|
|
package/demo.html
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<nav>
|
|
24
24
|
<ul>
|
|
25
25
|
<li><a href="demo">Demo</a></li>
|
|
26
|
-
<li><a href="https://github.com/intergrav/dev.css">
|
|
26
|
+
<li><a href="https://github.com/intergrav/dev.css">GitHub</a></li>
|
|
27
27
|
<li>
|
|
28
28
|
<a href="https://www.npmjs.com/package/@intergrav/dev.css">npm</a>
|
|
29
29
|
</li>
|