reapercss 1.0.9 → 1.0.11

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/reapercss/badge)](https://www.jsdelivr.com/package/npm/reapercss)
7
7
  [![GitHub stars](https://img.shields.io/github/stars/notapiratelol/reapercss)](https://github.com/notapiratelol/reapercss)
8
8
 
9
- A tiny, class-free CSS framework that instantly makes HTML look clean and readable.
9
+ A tiny, class-less CSS framework that instantly makes HTML look clean and readable.
10
10
 
11
11
  ## Installation
12
12
 
@@ -30,7 +30,7 @@ npm install reapercss
30
30
 
31
31
  - **Classless:** Works without adding classes
32
32
  - **Dark-first:** Elegant dark theme by default
33
- - **Minimal:** <5 KB, zero dependencies
33
+ - **Lightweight:** Minimal and efficient, with no dependencies
34
34
  - **Semantic:** Styles proper HTML elements naturally
35
35
  - **Customizable:** Easy to override with your own CSS
36
36
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "reapercss",
3
- "version": "1.0.9",
4
- "description": "A tiny, class-free CSS framework that instantly makes HTML look clean and readable.",
3
+ "version": "1.0.11",
4
+ "description": "A tiny, class-less CSS framework that instantly makes HTML look clean and readable.",
5
5
  "main": "CSS/reaper.min.css",
6
6
  "style": "less/reaper.less",
7
7
  "files": [