Default to display: flex on view

This commit is contained in:
Max Lynch
2015-06-01 21:42:29 -05:00
parent f1e19f1576
commit bdf8e40817

View File

@ -13,8 +13,14 @@ ion-view,
//display: none;
flex-direction: column;
display: flex;
/*
TODO: This is probably not the most common case,
should be display flex first, then remove for special cases.
&.show-view {
display: flex;
}
*/
}