Skip to content

Commit aa57940

Browse files
Whitespace between a mixin name and parentheses for a mixin call (#4318)
1 parent 6076636 commit aa57940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/components/subnavbar/subnavbar-md.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.md {
22
.subnavbar {
33
height: var(--f7-subnavbar-height);
4-
.ltr ({
4+
.ltr({
55
.right {
66
margin-left: auto;
77
}
88
.right:first-child {
99
right: 16px;
1010
}
1111
});;
12-
.rtl ({
12+
.rtl({
1313
.right {
1414
margin-right: auto;
1515
}

0 commit comments

Comments
 (0)