Skip to content

Commit 59f007e

Browse files
committed
revert
1 parent 1a735d2 commit 59f007e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/clerk-js/src/ui/utils/cssSupports.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export const cssSupports = {
7171
* @returns true if the browser supports modern color syntax
7272
*/
7373
hasModernColorSupport: () => {
74-
return false;
7574
if (modernColorSupportCache !== undefined) {
7675
return modernColorSupportCache;
7776
}

0 commit comments

Comments
 (0)