カスタムプロパティをJSで読む
カスタムプロパティ
CSSで条件分岐と変数と計算を使う
code::
>> getComputedStyle(document.body).getPropertyValue("--toolbar-height");
"60px"
参考:
https://developer.mozilla.org/ja/docs/Web/CSS/Using_CSS_custom_properties#Values_in_JavaScript