うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

Slimファイル内に css(sass)を埋め込む方法

English here

uchinoinu.hatenablog.jp

簡単でした

sass:
  img
    width: 100%

と書くと

<style type="text/css">
  img {
      width: 100%;
  }  
</style>

と出力されます。

Reference

マークアッパー的 Slim 入門21の手引き | e2esound.com業務日誌