mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Remove another outdated TODO.
This commit is contained in:
parent
265a4c8946
commit
390d0ac482
@ -129,7 +129,6 @@ class Extender {
|
||||
var component = complex.components[i];
|
||||
if (component is CompoundSelector) {
|
||||
var extended = _extendCompound(component, extensions, replace: replace);
|
||||
// TODO: follow the first law of extend (https://github.com/sass/sass/blob/7774aa3/lib/sass/selector/sequence.rb#L114-L118)
|
||||
if (extended == null) {
|
||||
if (changed) {
|
||||
extendedNotExpanded.add([
|
||||
|
Loading…
Reference in New Issue
Block a user