Backdrop Contrast Filter
Control backdrop contrast filter effect.
Usage:
@filter backdrop-contrast-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { filter: { backdrop: { contrast: { property: "backdrop-filter: contrast(<v>)<i>;", themeKey: "fractions", values: {}, }, }, }, }, }; export default shilpConfig;