@melcanz85/chaincss 1.7.2 → 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.
- package/README.md +4 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -459,12 +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**
|
|
463
|
-
| **Browser work**| None - just
|
|
464
|
-
|
|
465
|
-
| **
|
|
466
|
-
build time runtime
|
|
467
|
-
| **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 |
|
|
468
466
|
|
|
469
467
|
👨💻 Contributing
|
|
470
468
|
|