mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Remove an outdated TODO.
This commit is contained in:
parent
a6d2f3b035
commit
a3509e2947
@ -10,7 +10,6 @@ import '../visitor/interface/value.dart';
|
||||
import '../value.dart';
|
||||
|
||||
// TODO(nweiz): track original representation.
|
||||
// TODO(nweiz): support an alpha channel.
|
||||
class SassColor extends Value {
|
||||
int get red {
|
||||
if (_red == null) _hslToRgb();
|
||||
|
Loading…
Reference in New Issue
Block a user