Output Style Updates
Pre-release
Pre-release
Output functions can now set the value of a property to a map to have multiple properties printed with different values. The primary two use cases for this is to provide fallbacks for the same property or to provide a way to have experimental values for properties. The map should have a descriptive key (for experimental properties, the prefix plus standard
for the standard property, or for fallbacks a fallback
and standard
key) and the value should be the value to be printed.