reapercss 1.0.7 → 1.0.8

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/README.md +17 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,23 +2,35 @@
2
2
 
3
3
  # ReaperCSS
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/reapercss.svg)](https://www.npmjs.com/package/reapercss)
6
+ [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/reapercss/badge)](https://www.jsdelivr.com/package/npm/reapercss)
7
+ [![GitHub stars](https://img.shields.io/github/stars/notapiratelol/reapercss)](https://github.com/notapiratelol/reapercss)
8
+
5
9
  A tiny, class-free CSS framework that instantly makes HTML look clean and readable.
6
10
 
7
- ## Download
11
+ ## Installation
12
+
13
+ ### NPM
8
14
 
9
- Get the link:
15
+ ```bash
16
+ npm install reapercss
17
+ ```
10
18
 
11
- [reaper.min.css](https://reapercss.dev/css/reaper.min.css)
19
+ ### CDN
12
20
 
13
21
  ```html
14
- <link rel="stylesheet" href="https://reapercss.dev/css/reaper.min.css" />
22
+ <!-- jsDelivr -->
23
+ <link
24
+ rel="stylesheet"
25
+ href="https://cdn.jsdelivr.net/npm/reapercss@latest/css/reaper.min.css"
26
+ />
15
27
  ```
16
28
 
17
29
  ## Features
18
30
 
19
31
  - **Classless:** Works without adding classes
20
32
  - **Dark-first:** Elegant dark theme by default
21
- - **Minimal:** <5KB, zero dependencies
33
+ - **Minimal:** <5 KB, zero dependencies
22
34
  - **Semantic:** Styles proper HTML elements naturally
23
35
  - **Customizable:** Easy to override with your own CSS
24
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reapercss",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A tiny, class-free CSS framework that instantly makes HTML look clean and readable.",
5
5
  "main": "CSS/reaper.min.css",
6
6
  "style": "less/reaper.less",