daisyui 2.47.0 → 2.47.1

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/styled.css CHANGED
@@ -1283,7 +1283,8 @@
1283
1283
  position: absolute;
1284
1284
  pointer-events: none;
1285
1285
  z-index: 1;
1286
- content: attr(data-tip);
1286
+ content: var(--tw-content);
1287
+ --tw-content: attr(data-tip);
1287
1288
  }
1288
1289
  .tooltip:before, .tooltip-top:before {
1289
1290
  transform: translateX(-50%);