Skip to content

Commit

Permalink
Remove position prop from <Box>
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Apr 12, 2020
1 parent b51476c commit b829a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export type BoxProps = Styles & {
export class Box extends PureComponent<BoxProps> {
static propTypes = {
display: PropTypes.oneOf(['flex', 'none']),
position: PropTypes.oneOf(['relative', 'absolute']),
margin: PropTypes.number,
marginX: PropTypes.number,
marginY: PropTypes.number,
Expand Down

0 comments on commit b829a4c

Please sign in to comment.