Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Sep 11, 2023
1 parent 244be0a commit eaa4b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function scopeSelector(selector: string, hash: string): string {
default: return `${node.content}:where([data-scope="${hash}"])`
}
}
return scope(ast);
return scope(ast!);
}

function scopeCSS(css: string, hash: string) {
Expand Down

0 comments on commit eaa4b4c

Please sign in to comment.