@melcanz85/chaincss 1.7.1 → 1.7.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -460,7 +460,6 @@ Status Feature Description
460
460
  | Feature | chaincss | Runtime CSS-in-JS | Tailwind | Vanilla CSS |
461
461
  |----------------|-------------------|---------------------|---------------|-------------|
462
462
  | **When CSS is generated** | ⚙️ **Build time** | 🕒 Runtime (browser)| ⚙️ Build time | 📁 Already written |
463
-
464
463
  | **Browser work**| None - just | Executes JS to | None - just | None |
465
464
  serves CSS generate CSS serves CSS
466
465
  | **Dynamic values**| ✅ Via JS at | ✅ Via props at | ⚠️ Limited | ❌ Manual |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@melcanz85/chaincss",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "A simple package transpiler for js to css",
5
5
  "main": "chaincss.js",
6
6
  "publishConfig": {