daisyui 3.6.4 → 3.6.5
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/dist/full.css +0 -1
- package/dist/styled.css +0 -1
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/package.json +4 -4
package/dist/full.css
CHANGED
|
@@ -2806,7 +2806,6 @@ html {
|
|
|
2806
2806
|
--tw-border-opacity: 0;
|
|
2807
2807
|
--tw-bg-opacity: 1;
|
|
2808
2808
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2809
|
-
font-weight: 600;
|
|
2810
2809
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
2811
2810
|
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
|
|
2812
2811
|
linear-gradient(135deg, currentColor 50%, transparent 50%);
|
package/dist/styled.css
CHANGED