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.
任何机会在手写笔中使用它:
-webkit-filter: invert();
没有
@css{ .something { -webkit-filter: invert(); } }
谢谢
问题似乎是内置函数 invert(color)。我能想到的唯一解决方案(栏重命名 bif invert)是这样的:
invert(color)
invert
.foo -webkit-filter unquote("invert()")