properties
changelog

Mix Blend Mode

Set mix-blend-mode for layering effects.

Usage:

  • @layout blend-*;

Reference

shilp.config.js
/** @type {import('shilpcss/types').ShilpConfig} */
const shilpConfig = {
  source: "react",

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

export default shilpConfig;

Published at:

Last updated at: