Module background_clip

Source
Expand description

Utilities for controlling the bounding box of an element’s background.

Class Properties
bg-clip-borderbackground-clip: border-box;
bg-clip-paddingbackground-clip: padding-box;
bg-clip-contentbackground-clip: content-box;
bg-clip-textbackground-clip: text;

Tailwind reference

OSZAR »