CSS calc()
function test. Extended operations.
Reference: width: 50%;
width: @WIDTH_EXPR;
that is calc( 50% + 40px)
- width
is dependent from the value. (MOUSE WHEEL over the element)
width: calc( max-intrinsic-width() + system-scrollbar-width() );
List of various metrics that are accessible as functions inside the calc():
- min-intrinsic-width()
- max-intrinsic-width()
- intrinsic-height()
- system-scrollbar-height()
- system-scrollbar-width()
- system-border-width()
- system-small-icon-height()
- system-small-icon-width()