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