Skip to content

Commit 2c5485b

Browse files
authored
Merge pull request tailwindlabs#2 from wtoalabi/wtoalabi-patch-2
Update width.blade.md
2 parents 9baa486 + 4ccd244 commit 2c5485b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/width.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ features:
163163

164164
By default Tailwind provides 15 fixed `width` utilities, 12 percentage-based utilities, an `auto` utility, and a utility for setting the width of an element to match the viewport width. You change, add, or remove these by editing the `width` section of your Tailwind config.
165165

166-
@component('_partials.customized-config', ['key' => 'maxWidth'])
166+
@component('_partials.customized-config', ['key' => 'width'])
167167
'auto': 'auto',
168168
'px': '1px',
169169
+ '2px': '2px',

0 commit comments

Comments
 (0)