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