@tempots/beatui 0.71.0 → 0.73.0
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
CHANGED
|
@@ -72,6 +72,8 @@ import '@tempots/beatui/css'
|
|
|
72
72
|
|
|
73
73
|
If your project already ships Tailwind v4, pull in the slimmer Tailwind bundle and preset so the design tokens come from Tailwind instead of the standalone reset.
|
|
74
74
|
|
|
75
|
+
> **Tailwind Compatibility:** The BeatUI preset and Vite plugin are tested with Tailwind CSS 4.x (developed against 4.1.x). Any 4.x version should work—there's no strict peer dependency enforced.
|
|
76
|
+
|
|
75
77
|
```css
|
|
76
78
|
/* apps/main.css */
|
|
77
79
|
@import '@tempots/beatui/tailwind.css';
|