import { rem, style } from '@fizzui/styles' export const blockquoteWrapper = style({ paddingTop: rem(4), marginBottom: rem(4), }) export const blockquote = style({ borderLeftWidth: rem(2), paddingLeft: rem(24), fontStyle: 'italic', })