Module rsass::css

source · []
Expand description

Types for css values and rules.

Structs

the actual arguments of a function or mixin call.

A comment in a css file.

A string in css. May be quoted.

An @import rule in css.

A css property; a name and Value.

A css rule.

A css (or sass) selector.

A full set of selectors

Enums

The error when a Value cannot be converted to a Selectors or Selector.

Something that may exist inside a rule.

A top-level item in a css file.

A selector consist of a sequence of these parts.

A css value.

Specific error type for converting a Value to an OrderMap.

Type Definitions

An OrderMap where both the keys and the values are css values.