Class Sass::ReadOnlyEnvironment
In: lib/sass/environment.rb
Parent: BaseEnvironment

A read-only wrapper for a lexical environment for SassScript.

Methods

caller   content  

Public Instance methods

The read-only environment of the caller of this environment‘s mixin or function.

@see BaseEnvironment#caller @return {ReadOnlyEnvironment}

The read-only content passed to this environment.

@see BaseEnvironment#content @return {ReadOnlyEnvironment}

[Validate]