Struct rsass::GlobalScope [] [src]

pub struct GlobalScope { /* fields omitted */ }

A Scope that can be created without allready having a scope as a parameter is a GlobalScope.

There can be multiple "global" scopes in the same process, they are global to the handling of a scss document.

Methods

impl GlobalScope
[src]

[src]

Create a new global scope.

Trait Implementations

impl Scope for GlobalScope
[src]

[src]

Define a variable with a value. Read more

[src]

[src]

Define a variable in the global scope that is an ultimate parent of this scope. Read more

[src]

[src]

Get the Value for a variable.

[src]

[src]

[src]

[src]

[src]

[src]