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.
翡翠でこれを行う方法はありますか?私はいくつかの異なる方法でそれを試みましたが、うまくいきませんでした。また、これに似たものは見つかりませんでした。
私は試した
.animated.{{class}}
しかし、それはにコンパイルされました
<div class="animated">.{{class}}
(望ましい)の代わりに
<div class="animated {{class}}">
これはあなたのために行う必要があります:
.animated(class='{{class}}')