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(); } }
Thnx
問題は組み込み関数 invert(color)のようです。私が考えることができる唯一の解決策( bif の名前を変更するバーinvert)はこれです:
invert(color)
invert
.foo -webkit-filter unquote("invert()")