Using Calc in units

Do you have a quick primer or guide on how best to leverage the calc unit (or have examples of how its currently used in Pro).

Hi There,

You can take a look at this article:

All the custom CSS should be added under element CSS. For example:

$el {
     height: calc(100% - 50px);
}

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.