Skip to content

Commit

Permalink
Update native-reserved-lists.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
barak007 authored Jul 12, 2023
1 parent caf6d12 commit 6829a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/native-reserved-lists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export const nativeFunctionsDic: Record<string, { preserveQuotes: boolean }> = {
scaleX: { preserveQuotes: false },
scaleY: { preserveQuotes: false },
scaleZ: { preserveQuotes: false },
scroll: { preserveQuotes: false },
sepia: { preserveQuotes: false },
skew: { preserveQuotes: false },
skewX: { preserveQuotes: false },
Expand Down

0 comments on commit 6829a89

Please sign in to comment.