CSS: nested calc() for Custom Properties
(margin-top for vertical aligning)
-
CSS variable is defined using
calc();
-
Another variable/property is defined using
calc();
which reuses the first variable
-
Hidden nested
calc();
appears
Works in Chrome 51+, FF 48+ (
issue link
)