tailwind-styled-v4 5.1.17 → 5.1.19

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.
@@ -1683,9 +1683,6 @@ var createLiveTokenEngine = () => {
1683
1683
  }
1684
1684
  syncStyleEl();
1685
1685
  };
1686
- if (typeof window !== "undefined") {
1687
- requestAnimationFrame(() => requestAnimationFrame(markHydrated));
1688
- }
1689
1686
  return {
1690
1687
  markHydrated,
1691
1688
  liveToken(tokens) {