Skip to content
Prev Previous commit
Next Next commit
Update the inline border radius documentation
  • Loading branch information
reinink committed Nov 13, 2017
commit ec5bb5ed24e8d442c81d5199806a1f81fbb78915
6 changes: 2 additions & 4 deletions defaultConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,11 +406,9 @@ module.exports = {
| Border radius https://tailwindcss.com/docs/border-radius
|-----------------------------------------------------------------------------
|
| 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.
| Here is where you define your border radius values.
|
| Class name: .radius-{size}
| Class name: .radius{-side?}-{size}
|
*/

Expand Down