Mask Image
Specifies an image to use as a mask.
Usage:
@mask img-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { mask: { img: { property: "mask-image: <v><i>;", values: { none: "none", }, }, }, }, }; export default shilpConfig;