Skip to content

Commit

Permalink
fixed x-cloak not working sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Sep 7, 2023
1 parent d7f26a9 commit 2006fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ nav a:hover {
left: 50%;
}

/* see https://github.com/alpinejs/alpine#x-cloak */
/* see https://alpinejs.dev/directives/cloak */
[x-cloak] {
display: none;
display: none !important;
}

0 comments on commit 2006fcf

Please sign in to comment.