struct

Hwaro::Assets::Sass::MixinClosure

Inherits Struct / Value / Object

Mixins close over their definition environment (dart-sass semantics); path keeps error locations pointing at the file the mixin was defined in, not the include site.

Constructors

new(node : Ast::MixinDefNode, env : Environment, path : String)
Source

Instance methods

clone
Source
copy_with(node _node = @node, env _env = @env, path _path = @path)
Source
env
node
path