Skip to content

Commit

Permalink
fixup! feat(selector-parsing): added helper function to parse style s…
Browse files Browse the repository at this point in the history
…electors
  • Loading branch information
marekdedic committed Dec 13, 2024
1 parent 9374dd0 commit 4071eaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parser/style-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ function fixSelectorNodeLocation(node: SelectorNode, rule: Rule) {
if (node.source.end.line === 1) {
node.source.end.column += ruleLoc.start.column;
}
node.source.end.column += 1;
node.source.end.line += ruleLoc.start.line - 1;
} else {
node.source.end = undefined;
Expand Down

0 comments on commit 4071eaa

Please sign in to comment.