properties
changelog

Backdrop Contrast Filter

Control backdrop contrast filter effect.

Usage:

  • @filter backdrop-contrast-*;

Reference

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

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

export default shilpConfig;