1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 23:45:58 -04:00

remove some unused deps

This commit is contained in:
2021-09-28 09:20:54 -04:00
parent 09c3af6630
commit 441d062fdc
4 changed files with 71 additions and 495 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ initDarkMode({
// HACK: re-enable theme transitions after a very short delay, otherwise there's a weird race condition (2/2)
setTimeout(() => {
document.head.removeChild(disableTransitionCSSHack);
}, 700);
}, 500);
},
});