tailwind-styled-v4 5.0.24 → 5.0.26

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/tw.mjs CHANGED
@@ -6177,6 +6177,7 @@ var init_src4 = __esm({
6177
6177
  init_cache();
6178
6178
  init_redis();
6179
6179
  init_watch();
6180
+ createRequire(import.meta.url);
6180
6181
  compileCssFromClasses = (classes, prefix) => {
6181
6182
  const native = getNativeBridge();
6182
6183
  if (!native?.transformSource) {