mirror of
https://github.com/danog/dart-sass.git
synced 2024-12-03 10:08:01 +01:00
Consider null blank.
This commit is contained in:
parent
e7024437d8
commit
b5ccb26b9b
@ -14,6 +14,8 @@ const sassNull = const SassNull._();
|
||||
class SassNull extends Value {
|
||||
bool get isTruthy => false;
|
||||
|
||||
bool get isBlank => true;
|
||||
|
||||
const SassNull._();
|
||||
|
||||
/*=T*/ accept/*<T>*/(ValueVisitor/*<T>*/ visitor) => visitor.visitNull(this);
|
||||
|
Loading…
Reference in New Issue
Block a user