WAVE Log
CSS 変数(カスタムプロパティ)

:root { --main-size: 256px; } .hoge { width: var(--main-size); }