UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

8 lines (7 loc) 333 B
import { deepMerge } from '@mantine/core'; export const mergeCSSVariablesResolvers = (...resolvers)=>(theme)=>resolvers.filter(Boolean).reduce((acc, resolver)=>deepMerge(acc, resolver(theme)), { variables: {}, dark: {}, light: {} }); //# sourceMappingURL=mergeCSSVariablesResolvers.js.map