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.
SASS では、計算は次のようcalc(50% - 375px);になりますが、コンパイルすると、CSS 出力は次のようcalc(-325%)になります。
calc(50% - 375px);
calc(-325%)
SASSに計算を行わないようにするにはどうすればよい(50% - 375px)ですか?
(50% - 375px)
ご協力ありがとうございました!