@intergrav/dev.css 2.0.3 → 2.0.4

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.
Files changed (2) hide show
  1. package/demo.html +4 -2
  2. package/package.json +1 -1
package/demo.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>dev.css Demo</title>
6
+ <title>Home · intergrav/dev.css</title>
7
7
  <link
8
8
  rel="stylesheet"
9
9
  href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@2"
@@ -20,7 +20,9 @@
20
20
 
21
21
  <body>
22
22
  <header>
23
- <h1>dev.css Demo</h1>
23
+ <h4>intergrav/dev.css</h4>
24
+ <h1>Home</h1>
25
+ <p>This is the demo page for dev.css.</p>
24
26
  <nav>
25
27
  <a href="">Home</a>
26
28
  <a href="">About</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Extremely simple, small, classless CSS framework in the style of Vercel's Geist design system. Fork of xz/new.css.",
5
5
  "main": "dev.css",
6
6
  "repository": {