Module lightningcss::values::string

source ·
Expand description

Types used to represent strings.

Structs

A quoted CSS string.
A string that is either shared (heap-allocated and atomically reference-counted) or borrowed from the input CSS source code.