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.
残念ながら、ページで特定のブラウザ ハックを使用する必要があります。
.selector { (; propery: value ;); }
ただし、SCSS をコンパイルしようとすると、コンパイル エラーが発生し続けます。適切にコンパイルされるように、これを記述する必要がある特定の方法があると思いますか?
必要なのは補間です。
.selector { #{"(; "}propery: value#{" ;)" }; }
デモ: http://sassmeister.com/gist/0a190be584097a723d5e