There appears to be a way around it using var s .content{ --x: 1; width: calc(100px * var(--x)); background: #f00; } [data-x="1"] { --x: 1; } ...
確定! 回上一頁