We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9146854 commit 2a0f62eCopy full SHA for 2a0f62e
defaultConfig.js
@@ -403,11 +403,11 @@ module.exports = {
403
| Border radius https://tailwindcss.com/docs/border-radius
404
|-----------------------------------------------------------------------------
405
|
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).
+ | 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.
409
410
- | Class name: .rounded-{radius?}
+ | Class name: .rounded{-radius?}
411
412
*/
413
0 commit comments