Skip to content

Commit 02b0f5c

Browse files
committed
Add testing for tailwind
1 parent a3613c0 commit 02b0f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The Table component follows the official [markdown syntax](https://www.markdowng
1919

2020
</Tip>
2121

22-
To add a table, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
22+
<span className="hover:bg-cyan-500">To add a table</span>, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
2323

2424
```md
2525
| Property | Description |

0 commit comments

Comments
 (0)