tailwind-css 0.13.0

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