Hwaro::Assets::Sass::Ast::IfBranch
Inherits Struct / Value / Object
One branch of an @if/@else-if/@else chain; condition is nil
for the final @else.
Constructors
new(condition : TextTemplate | Nil, body : Array(Node))
SourceInstance methods
body
clone
Sourcecondition
copy_with(condition _condition = @condition, body _body = @body)
Source