Hwaro::Assets::Sass::SassModule
Inherits Reference / Object
A loaded @use module: its root-scope members (plus anything it
@forwards). Module-private state stays in the closed-over
environments.
Constructors
new(variables : Hash(String, String), mixins : Hash(String, Hwaro::Assets::Sass::MixinClosure), functions : Hash(String, Hwaro::Assets::Sass::FunctionClosure | Array(Hwaro::Assets::Sass::Value), Hash(String, Hwaro::Assets::Sass::Value) -> Hwaro::Assets::Sass::Value) = {} of String => SassFn)
SourceInstance methods
functions
Sourcemixins
Sourcevariables
Source