Type alias BorderSpacing

BorderSpacing: border_spacing_0 | border_spacing_x_0 | border_spacing_y_0 | border_spacing_px | border_spacing_x_px | border_spacing_y_px | border_spacing_05 | border_spacing_x_05 | border_spacing_y_05 | border_spacing_1 | border_spacing_x_1 | border_spacing_y_1 | border_spacing_15 | border_spacing_x_15 | border_spacing_y_15 | border_spacing_2 | border_spacing_x_2 | border_spacing_y_2 | border_spacing_25 | border_spacing_x_25 | border_spacing_y_25 | border_spacing_3 | border_spacing_x_3 | border_spacing_y_3 | border_spacing_35 | border_spacing_x_35 | border_spacing_y_35 | border_spacing_4 | border_spacing_x_4 | border_spacing_y_4 | border_spacing_5 | border_spacing_x_5 | border_spacing_y_5 | border_spacing_6 | border_spacing_x_6 | border_spacing_y_6 | border_spacing_7 | border_spacing_x_7 | border_spacing_y_7 | border_spacing_8 | border_spacing_x_8 | border_spacing_y_8 | border_spacing_9 | border_spacing_x_9 | border_spacing_y_9 | border_spacing_10 | border_spacing_x_10 | border_spacing_y_10 | border_spacing_11 | border_spacing_x_11 | border_spacing_y_11 | border_spacing_12 | border_spacing_x_12 | border_spacing_y_12 | border_spacing_14 | border_spacing_x_14 | border_spacing_y_14 | border_spacing_16 | border_spacing_x_16 | border_spacing_y_16 | border_spacing_20 | border_spacing_x_20 | border_spacing_y_20 | border_spacing_24 | border_spacing_x_24 | border_spacing_y_24 | border_spacing_28 | border_spacing_x_28 | border_spacing_y_28 | border_spacing_32 | border_spacing_x_32 | border_spacing_y_32 | border_spacing_36 | border_spacing_x_36 | border_spacing_y_36 | border_spacing_40 | border_spacing_x_40 | border_spacing_y_40 | border_spacing_44 | border_spacing_x_44 | border_spacing_y_44 | border_spacing_48 | border_spacing_x_48 | border_spacing_y_48 | border_spacing_52 | border_spacing_x_52 | border_spacing_y_52 | border_spacing_56 | border_spacing_x_56 | border_spacing_y_56 | border_spacing_60 | border_spacing_x_60 | border_spacing_y_60 | border_spacing_64 | border_spacing_x_64 | border_spacing_y_64 | border_spacing_72 | border_spacing_x_72 | border_spacing_y_72 | border_spacing_80 | border_spacing_x_80 | border_spacing_y_80 | border_spacing_96 | border_spacing_x_96 | border_spacing_y_96

Example

let value: BorderSpacing //Only tailwindcss types
let value: string | BorderSpacing //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