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