Type Alias style::custom_properties::Name
source · pub type Name = Atom;
Expand description
A custom property name is just an Atom
.
Note that this does not include the --
prefix
Aliased Type§
struct Name { /* private fields */ }