File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments