LoginSignup
3
3

More than 5 years have passed since last update.

Compassで連番png画像をspriteにする際の注意

Posted at

compassの sprite-map なんかを使って連番pngを繋げた
スプライト画像を作る際、
デフォルトの状態だと連番通りにつなげてくれない。

そこで、

$img: sprite-map("img/renban/*.png", $layout: horizontal);

というように、$layout: horizontal というオプションをつけてあげると連番通りにつなげてくれる。

3
3
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
3
3