Skip to content

Commit 2a0f62e

Browse files
committed
Tweak inline config docs for border radius
1 parent 9146854 commit 2a0f62e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

defaultConfig.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,11 +403,11 @@ module.exports = {
403403
| Border radius https://tailwindcss.com/docs/border-radius
404404
|-----------------------------------------------------------------------------
405405
|
406-
| Here is where you define your border radius values. Take note that
407-
| a default radius is required. This is the value used for the
408-
| non-suffixed version of this utility (.rounded).
406+
| Here is where you define your border radius values. If a `default` radius
407+
| is provided, it will be made available as the non-suffixed `.rounded`
408+
| utility.
409409
|
410-
| Class name: .rounded-{radius?}
410+
| Class name: .rounded{-radius?}
411411
|
412412
*/
413413

0 commit comments

Comments
 (0)