Background Blend Mode
Set background-blend-mode for layering effects.
Usage:
@bg blend-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { bg: { blend: { property: "background-blend-mode: <v><i>;", themeKey: "blend", values: {}, }, }, }, }; export default shilpConfig;