DataType
Attention! Data types receives its name from the spec. E.g. <color>
becomes DataType.Color
and
<content-distribution>
becomes DataType.ContentDistribution
. It happens quite frequent that these data types
are split into several data types or/and name changes as the spec develops. So there's a risk that a minor/patch
update from csstype
can break your typing if you're using the DataType
namespace.