Module rsass::sass

source ·
Expand description

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

Structs

  • A binary operation.
  • The calling context for a call to a callable.
  • the actual arguments of a function or mixin call.
  • The callable part of a sass mixin or function.
  • A callable combined with the runtime scope where it was declared.
  • 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.
  • The arguments to a builtin function.
  • A string that may contain interpolations.
  • A css (or sass) selector.
  • A full set of selectors
  • The details of a variable declaration.

Enums

  • Error evaluating arguments
  • An error in calling a function.
  • 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