properties
changelog

Sepia Filter

Apply sepia tone filter effect to elements.

Usage:

  • @filter sepia-*;

Reference

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

	properties: {
		filter: {
			sepia: {
				property: "filter: sepia(<v>)<i>;",
				themeKey: "fractions",
				values: {},
			},
		},
	},
};

export default shilpConfig;