Module rsass::value[][src]

Types used in sass and css values.

Structs

Hsla

A color defined by hue, saturation, luminance, and alpha.

Hwba

A color defined by hue, whiteness, blackness, and alpha.

Number

The actual number part of a numeric sass or css value.

Numeric

A Numeric value is a Number with a Unit (which may be Unit::None).

Rgba

A color defined by red, green, blue, and alpha components.

UnitSet

A set of units.

Enums

Color

A color in sass/css. May be a Rgba, Hsla, or Hwba value.

Dimension

Dimension of a unit.

ListSeparator

The difference between a comma-separated and a whitespace-separated list.

Operator

An operator that can be used in a sass value.

Quotes

A literal value can be double-quoted, single-quoted or not quoted.

Unit

Units in css.

Type Definitions

Rational

Alias for a Ratio of 64-bit-sized integers.