Skip to content

Commit

Permalink
fix(core): add light-dark() to native fn list (#2960)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl authored May 20, 2024
1 parent 22860a0 commit 51ec974
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 @@ -149,6 +149,7 @@ export const nativeFunctionsDic: Record<string, { preserveQuotes: boolean }> = {
inset: { preserveQuotes: false },
invert: { preserveQuotes: false },
leader: { preserveQuotes: false },
'light-dark': { preserveQuotes: false },
'linear-gradient': { preserveQuotes: false },
local: { preserveQuotes: false },
matrix: { preserveQuotes: false },
Expand Down

0 comments on commit 51ec974

Please sign in to comment.