unit($number)
Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and denominator.
unit($number)
Returns the unit(s) associated with a number. Complex units are sorted in alphabetical order by numerator and denominator.
Examples:
unit(100) => ""
unit(100px) => "px"
unit(3em) => "em"
unit(10px * 5em) => "em*px"
unit(10px * 5em / 30cm / 1rem) => "em*px/cm*rem"
Parameters:
Returns:
Raises:
Designed by : w10schools
service@w10schools.com
Please login to continue.