Skip to content

Commit 0e2f660

Browse files
committed
Fixed SCSS lint warnings.
1 parent 457eabf commit 0e2f660

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

src/styles/global/_withs.scss

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,26 @@
1919
*
2020
*/
2121

22-
.visible-with-contacts, .visible-with-contacts-inline {
23-
display: none;
22+
.visible-with-contacts,
23+
.visible-with-contacts-inline {
24+
display: none;
2425
}
26+
2527
.hidden-with-contacts {
2628
}
2729

2830
.with-contacts {
29-
.visible-with-contacts {
30-
display: block;
31-
}
32-
.visible-with-contacts-inline {
33-
display: inline-block;
34-
}
35-
.hidden-with-contacts {
36-
display: none;
37-
}
38-
}
31+
32+
.visible-with-contacts {
33+
display: block;
34+
}
35+
36+
.visible-with-contacts-inline {
37+
display: inline-block;
38+
}
39+
40+
.hidden-with-contacts {
41+
display: none;
42+
}
43+
44+
}

0 commit comments

Comments
 (0)