Hwaro::Assets::Sass::MapV
Inherits Hwaro::Assets::Sass::Value / Reference / Object
Constructors
new(entries : Array(MapEntry))
SourceInstance methods
[]?(key : Value) : Value | Nil
Sourceentries
Sourceeq?(other : Value) : Bool
Sass equality (==). Subclasses override; default is identity
on serialized text.
inspect_css
Entry values go through inspect_css so a comma list or nested
map stays parseable as one entry — with to_css the commas of a
nested list merge into the map's own separator and the text no
longer re-parses as a map.