Skip to content

Commit 4071eaa

Browse files
committed
fixup! feat(selector-parsing): added helper function to parse style selectors
1 parent 9374dd0 commit 4071eaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parser/style-context.ts

-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ function fixSelectorNodeLocation(node: SelectorNode, rule: Rule) {
187187
if (node.source.end.line === 1) {
188188
node.source.end.column += ruleLoc.start.column;
189189
}
190-
node.source.end.column += 1;
191190
node.source.end.line += ruleLoc.start.line - 1;
192191
} else {
193192
node.source.end = undefined;

0 commit comments

Comments
 (0)