Module rsass::sass[][src]

Expand description

Value and Item types (and some supporting) for sass.

Structs

CallArgs

the actual arguments of a function or mixin call.

FormalArgs

The declared arguments of a mixin or function declaration.

Function

A function that can be called from a sass value.

Mixin

A mixin is a callable body of items.

Name

A sass name, used to idenify functions, variables, mixins, etc.

SassString

A string that may contain interpolations.

Enums

ArgsError

Error evaluating arguments

Expose

How an @forward-ed module should be exposed.

Item

Every sass file is a sequence of sass items. Scoping items contains further sequences of items.

StringPart

A part of a string value, either a string or a value to interpolate from.

UseAs

The as part of an @use or @forward directive.

Value

A sass value.

Functions

get_global_module

Get a global module (e.g. sass:math) by name.