Type alias BackgroundSize

BackgroundSize: bg_auto | bg_cover | bg_contain

Example

let value: BackgroundSize //Only tailwindcss types
let value: string | BackgroundSize //Your custom tailwindcss with only tailwindcss type

Description

You can refer to the official tailwind documentation

Description

You can refer to the typedoc

Since

Tailwind v3.2.7

Generated using TypeDoc