Skip to content

Commit

Permalink
proseContainerWidthStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 3, 2023
1 parent 7034872 commit 13afbbd
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { SystemProp } from '@mantine/core'
import { CSSProperties } from 'react'

export const proseContainerWidthStyles: {
w: SystemProp<CSSProperties['width']>
maw: SystemProp<CSSProperties['maxWidth']>
} = {
w: '100%',
maw: '700px',
}

0 comments on commit 13afbbd

Please sign in to comment.