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