Module rsass::sass

source · []
Expand description

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

Structs

the actual arguments of a function or mixin call.

The declared arguments of a mixin or function declaration.

A function that can be called from a sass value.

A mixin is a callable body of items.

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

A string that may contain interpolations.

A css (or sass) selector.

A full set of selectors

Enums

Error evaluating arguments

How an @forward-ed module should be exposed.

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

A declared mixin

A selector consist of a sequence of these parts.

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

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

A sass value.

Functions

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