Skip to content

Commit

Permalink
fix: incompatibility of Astro Islands injected style and script tags. c…
Browse files Browse the repository at this point in the history
…loses: #2835
  • Loading branch information
saadeghi committed Feb 12, 2024
1 parent 916c0fc commit 8b1cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/unstyled/navbar.css
@@ -1,7 +1,7 @@
.navbar {
@apply flex items-center;
}
:where(.navbar > *) {
:where(.navbar > *:not(script, style)) {
@apply inline-flex items-center;
}
.navbar-start {
Expand Down

0 comments on commit 8b1cfed

Please sign in to comment.