Skip to content

Commit c130f57

Browse files
feat: add max-width-prose class (fixes #101) (#113)
1 parent b632094 commit c130f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/lib/defaultTailwindConfig.ts

+1
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export const defaultTailwindConfig = {
269269
'5xl': '64rem',
270270
'6xl': '72rem',
271271
full: '100%',
272+
prose: '65ch',
272273
...breakpoints(theme('screens')),
273274
}),
274275
minHeight: {

0 commit comments

Comments
 (0)