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.
mixin でブロックを受け入れることができません:
=my-mixin($some-var) width: $some-var @content // Is this correct? +my-mixin(123px) height: 100px
これにより、「mixin はコンテンツ ブロックを受け入れません」というエラーが発生します。現在のバージョンの Sass を使用しています。手伝ってくれてありがとう。
構文はSASSのバージョン3.2で問題ありません。再確認してください