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.
@@ -305,6 +305,7 @@ var init_src2 = __esm({
305
305
  init_cache();
306
306
  init_redis();
307
307
  init_watch();
308
+ createRequire(import.meta.url);
308
309
  transformSource = (source, opts) => {
309
310
  const native = getNativeBridge();
310
311
  if (!native?.transformSource) {