properties
changelog

Hue Rotate Filter

Adjust hue rotation filter on elements.

Usage:

  • @filter hue-*;

Reference

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

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

export default shilpConfig;

Published at:

Last updated at: