fix: remove all:initial rule from all div based ui compoennts

This commit is contained in:
fragosti
2018-11-08 15:10:32 -08:00
parent 316f3e2e76
commit 27ea271842
3 changed files with 0 additions and 3 deletions

View File

@@ -42,7 +42,6 @@ export const Container =
ContainerProps >
`
&& {
all: initial;
box-sizing: border-box;
${props => cssRuleIfExists(props, 'flex-grow')}
${props => cssRuleIfExists(props, 'position')}