Skip to content

Commit ec5bb5e

Browse files
committed
Update the inline border radius documentation
1 parent 5ea66c7 commit ec5bb5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

defaultConfig.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,11 +406,9 @@ module.exports = {
406406
| Border radius https://tailwindcss.com/docs/border-radius
407407
|-----------------------------------------------------------------------------
408408
|
409-
| Here is where you define your border radius values. If a `default` radius
410-
| is provided, it will be made available as the non-suffixed `.rounded`
411-
| utility.
409+
| Here is where you define your border radius values.
412410
|
413-
| Class name: .radius-{size}
411+
| Class name: .radius{-side?}-{size}
414412
|
415413
*/
416414

0 commit comments

Comments
 (0)