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.
不幸的是,我需要在页面上使用特定的浏览器 hack:
.selector { (; propery: value ;); }
但是,当我尝试编译我的 SCSS 时,我不断收到编译错误。我想我需要以某种方式编写它以便正确编译?
你需要的是插值。
.selector { #{"(; "}propery: value#{" ;)" }; }
演示:http ://sassmeister.com/gist/0a190be584097a723d5e