Backdrop Invert Filter
Invert backdrop colors with filter effect.
Usage:
@filter backdrop-invert-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { filter: { backdrop: { invert: { property: "backdrop-filter: invert(<v>)<i>;", values: { DEFAULT: 1, none: 0, }, }, }, }, }, }; export default shilpConfig;