Skip to content

Commit

Permalink
Fix: Incorrect rule index when parsing pre-generated CSS text
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSeage committed Nov 8, 2023
1 parent d8b1eda commit b4e8aad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ export class MasterCSS {
}
break
}
break
}

for (;index < this.style.sheet.cssRules.length; index++) {
Expand Down

0 comments on commit b4e8aad

Please sign in to comment.