tailwind-css 0.13.0

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