Unitless and percentage units for variables
it's needed for certain calculated styling features such as: font-size: calc(var(--font-base-size) * var(--font-h1-size-mod)); where the base size is a rem and I'm looking to calculate different heading sizes based on one base size value to global...