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.
このようなCSSルールに気づきました
width: ~"-moz-calc(100% - 10px)";
これで -moz-calc はわかりましたが、なぜこれが文字列で、'~' の意味は何ですか?
それは実際には、CSS プリプロセッサーである LESS です。
この~""構文は、その内容を LESS として処理しないリテラル値を作成します。それ以外の場合は、LESS 関数として コンパイルしようとします。-moz-calc()
~""
-moz-calc()