properties
changelog

Background Blend Mode

Set background-blend-mode for layering effects.

Usage:

  • @bg blend-*;

Reference

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

	properties: {
		bg: {
			blend: {
				property: "background-blend-mode: <v><i>;",
				themeKey: "blend",
				values: {},
			},
		},
	},
};

export default shilpConfig;