@intergrav/dev.css 1.0.2 → 1.0.3

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 (3) hide show
  1. package/README.md +4 -4
  2. package/demo.html +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,16 @@
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
 
package/demo.html CHANGED
@@ -6,7 +6,7 @@
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intergrav/dev.css",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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": {