Fix: Utils - typo

This commit is contained in:
alstjr7375 2022-08-08 13:42:52 +09:00
parent 3099488ed3
commit 878ca3fa95
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@
}
}
@mixin OneLinerNabarContent() {
@mixin OneLinerNavbarContent() {
@include NotOption("userChrome.tabbar.one_liner") {
@content;
}
@ -61,7 +61,7 @@
@mixin OneLinerNavbar() {
@include Option("userChrome.autohide.navbar") {
@include OneLinerNabarContent() {
@include OneLinerNavbarContent() {
@content;
}
}