Skip to content

Commit 4d8b9c8

Browse files
committed
Autoprefix flex-box declarations
1 parent af3af27 commit 4d8b9c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/basically-basic/_sidebar.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,17 @@
170170
z-index: 10000;
171171

172172
.toggle {
173+
display: -ms-flexbox;
173174
display: flex;
175+
-ms-flex-align: center;
174176
align-items: center;
175177
color: inherit;
176178
text-decoration: none;
177179
}
178180
}
179181

180182
.sidebar-toggle-label {
183+
-ms-flex-order: 2;
181184
order: 2;
182185
margin-left: 0.5rem;
183186
font-weight: bold;

0 commit comments

Comments
 (0)