Created
February 25, 2015 12:23
-
-
Save h4/393508f85dc17524568c to your computer and use it in GitHub Desktop.
Вставка картинки как элемент блока
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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