feat(ui-toolkit): remove legacy flag from viewcontainer

This commit is contained in:
Sérgio Ramos 2017-09-27 15:25:05 +01:00 committed by Sérgio Ramos
parent 0da6f30f38
commit 0c4f9e5080
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ export default Grid.extend`
padding-bottom: ${remcalc(18)};
`};
${isNot('plain')`
flex: 1 1 auto;
display: block;
flex-flow: column;
`};
${is('center')`
display: flex;
flex-direction: column;