mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Remove outdated TODO.
This commit is contained in:
parent
f15d3d8e59
commit
bc45cf6d54
@ -493,8 +493,6 @@ class PerformVisitor implements StatementVisitor, ExpressionVisitor<Value> {
|
||||
parsedSelector = _addExceptionSpan(node.selector.span,
|
||||
() => parsedSelector.resolveParentSelectors(_selector?.value));
|
||||
|
||||
// TODO: catch errors and re-contextualize them relative to
|
||||
// [node.selector.span.start].
|
||||
var selector =
|
||||
new CssValue<SelectorList>(parsedSelector, node.selector.span);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user