Skip to content

Commit

Permalink
feat: add max-width-prose class (fixes #101) (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 5, 2021
1 parent b632094 commit c130f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/lib/defaultTailwindConfig.ts
Expand Up @@ -269,6 +269,7 @@ export const defaultTailwindConfig = {
'5xl': '64rem',
'6xl': '72rem',
full: '100%',
prose: '65ch',
...breakpoints(theme('screens')),
}),
minHeight: {
Expand Down

0 comments on commit c130f57

Please sign in to comment.