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
Utilities for controlling how a background image behaves when scrolling.

## Patterns

| Class       | Properties                       |
|:------------|:---------------------------------|
| `bg-fixed`  | `background-attachment: fixed;`  |
| `bg-local`  | `background-attachment: local;`  |
| `bg-scroll` | `background-attachment: scroll;` |

## Reference

- [TW/background-attachment]https://tailwindcss.com/docs/background-attachment
- [MDN/background-attachment]https://developer.mozilla.org/en-US/docs/Web/CSS/background-attachment