Skip to content

Commit

Permalink
Fix: Typo mix-blend-mode, shape-image-threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Nov 8, 2023
1 parent fe55383 commit d8b1eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/src/config/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ const rules = {
}
}
} as RuleDefinition,
'mixBlend-mode': {
'mix-blend-mode': {
match: /^blend:/,
layer: Layer.CoreNative
} as RuleDefinition,
Expand Down Expand Up @@ -1691,7 +1691,7 @@ const rules = {
layer: Layer.CoreNative,
variables: ['spacing']
} as RuleDefinition,
'shapeImage-threshold': {
'shape-image-threshold': {
layer: Layer.CoreNative
} as RuleDefinition,
'clip-path': {
Expand Down

0 comments on commit d8b1eda

Please sign in to comment.