Sepia Filter
Apply sepia tone filter effect to elements.
Usage:
@filter sepia-*;
Reference
shilp.config.jsconst shilpConfig = { source: "react", properties: { filter: { sepia: { property: "filter: sepia(<v>)<i>;", themeKey: "fractions", values: {}, }, }, }, }; export default shilpConfig;