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.js CHANGED
@@ -1963,9 +1963,6 @@ var createLiveTokenEngine = () => {
1963
1963
  }
1964
1964
  syncStyleEl();
1965
1965
  };
1966
- if (typeof window !== "undefined") {
1967
- requestAnimationFrame(() => requestAnimationFrame(markHydrated));
1968
- }
1969
1966
  return {
1970
1967
  markHydrated,
1971
1968
  liveToken(tokens) {