From 705e048beca418fb16a87ab102dcbc27c00b7baa Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Mon, 20 Nov 2017 09:15:44 -0500 Subject: [PATCH] Remove note about customizing sides from border radius docs Not as relevant anymore now that sides/sizes are combined. --- docs/source/docs/border-radius.blade.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/docs/border-radius.blade.md b/docs/source/docs/border-radius.blade.md index 88a5c6a47..6dd358907 100644 --- a/docs/source/docs/border-radius.blade.md +++ b/docs/source/docs/border-radius.blade.md @@ -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',