Skip to content

Instantly share code, notes, and snippets.

@h4
Created February 25, 2015 12:23
Show Gist options
  • Save h4/393508f85dc17524568c to your computer and use it in GitHub Desktop.
Save h4/393508f85dc17524568c to your computer and use it in GitHub Desktop.
Вставка картинки как элемент блока
$ctx = my-cool-block // имя блока, без точки, без кавычек. Это важно
.{$ctx} {
&__elem {
background url(s('%s__image.svg', $ctx)) // интерполяция есть только для имён селекторов. Поэтому вызываем `s()`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment