From 2a0f62ec6e20b182e413538c61ae33bbc32d57f7 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Wed, 1 Nov 2017 00:42:26 -0400 Subject: [PATCH] Tweak inline config docs for border radius --- defaultConfig.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defaultConfig.js b/defaultConfig.js index 671350189..68e7d2ba2 100644 --- a/defaultConfig.js +++ b/defaultConfig.js @@ -403,11 +403,11 @@ module.exports = { | Border radius https://tailwindcss.com/docs/border-radius |----------------------------------------------------------------------------- | - | Here is where you define your border radius values. Take note that - | a default radius is required. This is the value used for the - | non-suffixed version of this utility (.rounded). + | Here is where you define your border radius values. If a `default` radius + | is provided, it will be made available as the non-suffixed `.rounded` + | utility. | - | Class name: .rounded-{radius?} + | Class name: .rounded{-radius?} | */