Skip to content

Commit

Permalink
feat: enable multipass on combinator variants unocss/unocss#1156
Browse files Browse the repository at this point in the history
  • Loading branch information
MellowCo committed Jul 9, 2022
1 parent 7f7a2cd commit 67d7362
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/variants/combinators.ts
Expand Up @@ -15,6 +15,7 @@ const scopeMatcher = (strict: boolean, name: string, template: string): VariantO
}
}
},
multiPass: true,
}
}

Expand Down

0 comments on commit 67d7362

Please sign in to comment.