Skip to content

Commit ae67f5d

Browse files
committed
feat: add css variables resolution by juice
1 parent ae3e666 commit ae67f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/angular-email/src/lib/render.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ const inlineCss = async (html: string, css: string, pretty: boolean = false) =>
267267
applyWidthAttributes: true,
268268
applyHeightAttributes: true,
269269
removeStyleTags: false,
270+
resolveCSSVariables: true,
270271
})
271272
.replace(/\s+/g, ' ')
272273
.replace(/>\s+</g, '><')

0 commit comments

Comments
 (0)