Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Jul 18, 2024
1 parent 2a2470c commit 0a91a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ export async function parseCSS(styleData: StyleData[]) {
}
}
if (name && fallbacks[name]) {
anchorPosition.fallbacks ??= [];
anchorPosition.fallbacks ??= [];
anchorPosition.fallbacks.push(...fallbacks[name].blocks);

if (!fallbacks[name].targets.includes(selector)) {
Expand Down

0 comments on commit 0a91a5a

Please sign in to comment.