tailwind-css-fixes 0.12.31

Fixes for tailwind-css crate (Compile tailwind short instructions to css)
Documentation
Utilities for controlling the table layout algorithm.

## Patterns


| Class           | Css                   | 
|-----------------|-----------------------| 
| `table-auto`    | `table-layout: auto`  |
| `table-fixed`   | `table-layout: fixed` |
| `table-inherit` | `table-layout: auto`  |
| `table-initial` | `table-layout: fixed` |
| `table-unset`   | `table-layout: auto`  |

## Arbitrary


- `table-[X]`

```shell
table-layout: [X]
```

## Reference


- [table-layout]https://tailwindcss.com/docs/table-layout
- [table-layout/cn]https://tailwindcss.cn/docs/table-layout