chore: fix build

This commit is contained in:
Benjamin Canac
2021-11-23 17:34:07 +01:00
parent 6ce996aa74
commit 88240682bb
2 changed files with 7 additions and 6 deletions

View File

@@ -97,6 +97,7 @@ export default defineNuxtModule({
},
rules: [
[/^shadow-?(.*)$/, ([, d], { theme }) => {
// @ts-ignore
const value = theme?.boxShadow?.[d || 'DEFAULT']
if (value) {
return {