mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-02 09:37:49 +01:00
Fix selector parsing.
This commit is contained in:
parent
4d54c5d351
commit
98f063f59d
@ -210,7 +210,7 @@ abstract class Value {
|
||||
}
|
||||
}
|
||||
}
|
||||
return result.join(', ');
|
||||
return result.join(list.separator == ListSeparator.comma ? ', ' : ' ');
|
||||
}
|
||||
|
||||
/// Returns a new list containing [contents] that defaults to this value's
|
||||
|
Loading…
Reference in New Issue
Block a user