Skip to content

Commit

Permalink
fix(preset-legacy-compat): update default value (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jan 3, 2024
1 parent 4aba709 commit 07a67f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-legacy-compat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface LegacyCompatOptions {

export const presetLegacyCompat = definePreset((options: LegacyCompatOptions = {}) => {
const {
commaStyleColorFunction = 16,
commaStyleColorFunction = false,
} = options

return {
Expand Down

0 comments on commit 07a67f9

Please sign in to comment.