mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
add css polyfill for .nav.flex-column
This commit is contained in:
parent
7ab0379dfa
commit
beaf2b19d0
|
|
@ -97,4 +97,7 @@ html {
|
|||
@extend .col-xs-#{$i};
|
||||
}
|
||||
}
|
||||
.nav.flex-column {
|
||||
@extend .nav-stacked;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue