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():