class

Hwaro::Assets::Sass::Ast::ForwardNode

Inherits Hwaro::Assets::Sass::Ast::Node / Reference / Object

@forward "url" with optional show/hide filters and an as prefix-* member prefix. Visibility names keep their $ marker for variables ("$brand"), bare names cover mixins and functions.

Constructors

new(url : String, shown : Set(String) | Nil, hidden : Set(String) | Nil, prefix : Nil | String, line, column)
Source

Instance methods

hidden
Source
prefix
Source
shown
Source