tailwind-styled-v4 5.1.17 → 5.1.18

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/index.mjs CHANGED
@@ -1897,9 +1897,6 @@ var createLiveTokenEngine = () => {
1897
1897
  }
1898
1898
  syncStyleEl();
1899
1899
  };
1900
- if (typeof window !== "undefined") {
1901
- requestAnimationFrame(() => requestAnimationFrame(markHydrated));
1902
- }
1903
1900
  return {
1904
1901
  markHydrated,
1905
1902
  liveToken(tokens) {