Skip to content

Commit 49228fb

Browse files
authored
Update Readme, add Tailwind v1 classes
1 parent 36ef3fa commit 49228fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ You can now use any of [bootstrap's table classes](https://getbootstrap.com/docs
7272

7373
#### Using Tailwind's utilities
7474

75-
You are free to use Tailwind's utilities to customize the table.
75+
You are free to use Tailwind's utilities to customize the table. Works with Tailwind v1.0 or pre Tailwind v1.0. Just adjust your class names.
7676

7777
```html
7878
<table class="table">
79-
<thead class="bg-blue text-white">
79+
<thead class="bg-blue-500 text-white">
8080
<tr>
8181
<th scope="col">#</th>
8282
<th scope="col">First</th>
@@ -94,7 +94,7 @@ You are free to use Tailwind's utilities to customize the table.
9494
<tr>
9595
<th scope="row">2</th>
9696
<td>Jacob</td>
97-
<td class="bg-red text-white">Thornton</td>
97+
<td class="bg-red-500 text-white">Thornton</td>
9898
<td>@fat</td>
9999
</tr>
100100
<tr>

0 commit comments

Comments
 (0)