LoginSignup
25
17

More than 5 years have passed since last update.

scss内でimageを参照したいとき

Posted at

background-imageで画像を参照したいとき、sass-railsが提供するヘルパーを使うと簡単に書ける。

app/assets/stylesheets/application.css.scss
span.naoty {
  background-image: image-url("naoty.png") //=> url(/assets/naoty.png)
  // or backgroud-image: url(image-path("naoty.png"))
}
25
17
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
25
17