Mask
Introduces a new TailwindCSS utility class for mask
property.
Depends on CSS properties defined in src/theme/config/mask.css
TailwindCSS v3
You can add more in the tailwind.config.js
, see Config for more info.
TailwindCSS v4
DANGER
Not yet supported.
Example
html
<div class="mask-check size-6 bg-primary"></div>