fixed tailwind hack
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// This function prevents the 'flash of unstyled content'
|
||||
// Include it at the top of <head>
|
||||
(function() {
|
||||
let theme = localStorage.getItem("theme") || "system";
|
||||
if (theme === "system") {
|
||||
|
||||
Reference in New Issue
Block a user