Skip to content

Commit

Permalink
Tweak inline config docs for border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Nov 1, 2017
1 parent 9146854 commit 2a0f62e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?}
|
*/

Expand Down

0 comments on commit 2a0f62e

Please sign in to comment.