Get rid of unused properties

This commit is contained in:
Steve Klebanoff
2018-11-06 14:07:55 -08:00
parent 006a13448f
commit 897c15fd28
2 changed files with 0 additions and 4 deletions

View File

@@ -51,8 +51,6 @@ export const Container =
${props => cssRuleIfExists(props, 'right')}
${props => cssRuleIfExists(props, 'bottom')}
${props => cssRuleIfExists(props, 'left')}
${props => cssRuleIfExists(props, 'width')}
${props => cssRuleIfExists(props, 'height')}
${props => cssRuleIfExists(props, 'max-width')}
${props => cssRuleIfExists(props, 'margin')}
${props => cssRuleIfExists(props, 'margin-top')}