Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
}
`};
`
export const StackableBorderBox = styled(BorderBox)`
:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
:not(:last-child) {
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
${media.sm`
padding: ${space(3)}px;
${styledSpace};
`};
`
export interface BoxProps
extends BackgroundProps,
BottomProps,
BottomProps,
ColorProps,
DisplayProps,
HeightProps,
LeftProps,
LeftProps,
MaxWidthProps,
PositionProps,