うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

How to embed css(sass) in Slim file

Japanese here. uchinoinu.hatenablog.jp

sass:
  img
    width: 100%

Write like above,

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

Output html like above.

Reference

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