Skip to content

Commit

Permalink
Merge pull request tailwindlabs#2 from wtoalabi/wtoalabi-patch-2
Browse files Browse the repository at this point in the history
Update width.blade.md
  • Loading branch information
wtoalabi authored Nov 22, 2018
2 parents 9baa486 + 4ccd244 commit 2c5485b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/width.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ features:

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.

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

0 comments on commit 2c5485b

Please sign in to comment.