About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
tagami-mio
1/28/2020 - 7:48 AM
share
Share
add_circle_outline
Save
image-url
背景画像を取ってくるscss
image-url.scss
content_copy
file_download
$img_dir: '/img/'; @function image-url ($url) { @return url("#{$img_dir}#{$url}"); }
clear