Skip to content

Commit d0cdd29

Browse files
authored
fix(navbar): search wrapper class not prefixed (#756)
* fix(navbar): search wrapper class not prefixed * fix(css): update Tailwind CSS properties layer for improved compatibility
1 parent 91cc6b5 commit d0cdd29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/css/compiled/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/components/navbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
nav {
2-
.search-wrapper {
2+
.hextra-search-wrapper {
33
@apply hx:hidden hx:md:inline-block;
44
}
55
}

0 commit comments

Comments
 (0)