Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
transform プロパティの計算を行いたい。そのために計算機能を使用することは可能ですか?
何かのようなもの:
width: calc(100vw-2vw);
しかし、変換のために
transform: translate(calc(100vw-2vw));
(もちろん、上記は機能しません)