tailwind-css-fixes 0.12.31

Fixes for tailwind-css crate (Compile tailwind short instructions to css)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Utilities for controlling the bounding box of an element's background.

## Patterns


| Class             | Css                            | 
|-------------------|--------------------------------| 
| `bg-clip-border`  | `background-clip: border-box`  |
| `bg-clip-padding` | `background-clip: padding-box` |
| `bg-clip-content` | `background-clip: content-box` |
| `bg-clip-text`    | `background-clip: text`        |

## Reference


- [background-clip]https://tailwindcss.com/docs/background-clip
- [background-clip/cn]https://tailwindcss.com/docs/background-clip