2012/07/19 Memo Compass, Sass
画像のdataURL化と50%縮小するbackground-sizeの書き出しを同時に行うmixin
@mixin data-background($image){ background-image:inline-image($image); @include background-size(image-width($image)/2 image-height($image)/2); };
code
more code
Quote
code
more code
~~~~