多くの場合、クラスの名前はそれが依存する値の名前と同じになります。
<div class:big={big}> <!-- ... --> </div>
そのような場合は、ショートハンドを使うことができます。
<div class:big> <!-- ... --> </div>