properties
changelog

Backdrop Hue Rotate Filter

Adjust backdrop hue rotation filter effects.

Usage:

  • @filter backdrop-hue-*;

Reference

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

  properties: {
    filter: {
      backdrop: {
        hue: {
          property: "backdrop-filter: hue-rotate(<v>)<i>;",
          themeKey: "angles",
          values: {},
        },
      },
    },
  },
};

export default shilpConfig;

Published at:

Last updated at: