Skip to content

Commit

Permalink
Fix mistake in border radius docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 13, 2017
1 parent d3817c7 commit ca70fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/docs/border-radius.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ features:
<tr>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.radius-none</td>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark whitespace-no-wrap">border-radius: 0;</td>
Remove any border radius from all corners of an element. <td class="p-2 border-t border-smoke-light text-sm text-grey-darker"></td>
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Remove any border radius from all corners of an element.</td>
</tr>
<tr>
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark whitespace-no-wrap">.radius-t-none</td>
Expand Down

0 comments on commit ca70fe1

Please sign in to comment.