properties
changelog

Mask Image

Specifies an image to use as a mask.

Usage:

  • @mask img-*;

Reference

shilp.config.js
const shilpConfig = {
	source: "react",

	properties: {
		mask: {
			img: {
				property: "mask-image: <v><i>;",
				values: {
					none: "none",
				},
			},
		},
	},
};

export default shilpConfig;