Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
public set(location: string, value: any): void {
return set(this.ds, location, value)
}
...a,
[c]:
'__computed__' +
pre +
state.tailwindConfigIdentifier.name +
'.theme.' +
dynamicStyles[prefix].config +
'["' +
key +
'"]'
}
}, {})
}
if (modifiers.length) {
dset(acc, modifiers, { ...dlv(acc, modifiers, {}), ...obj })
return acc
} else {
return { ...acc, ...obj }
}
} else {
throw new Error(`Couldn’t resolve Tailwind class name: ${className}`)
}
}, {})