Module background_origin

Source
Expand description

Utilities for controlling how an element’s background is positioned relative to borders, padding, and content.

Class Properties
bg-origin-borderbackground-origin: border-box;
bg-origin-paddingbackground-origin: padding-box;
bg-origin-contentbackground-origin: content-box;

Tailwind reference

OSZAR »