struct

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))
Source

Instance methods

body
clone
Source
condition
copy_with(condition _condition = @condition, body _body = @body)
Source