Remove note about customizing sides from border radius docs

Not as relevant anymore now that sides/sizes are combined.
This commit is contained in:
Adam Wathan 2017-11-20 09:15:44 -05:00
parent 2659f0100c
commit 705e048bec

View File

@ -357,8 +357,6 @@ For more information about Tailwind's responsive design features, check out the
By default Tailwind provides five border radius size utilities. You can change, add, or remove these by editing the `borderRadius` section of your Tailwind config.
Note that only the different border radius *sizes* can be customized; the utilities for controlling which side to round (like `.rounded-t`) aren't customizable.
@component('_partials.customized-config', ['key' => 'borderRadius'])
'none': '0',
- 'sm': '.125rem',