cssgrace icon indicating copy to clipboard operation
cssgrace copied to clipboard

image-width/height 写在background 前面无法获取正确的图片尺寸

Open yisibl opened this issue 10 years ago • 0 comments

.foo {
  width: image-width;
  height: image-height;
  background: -webkit-image-set(
                    url(../img/line.png) 1x,
                    url(../img/[email protected]) 2x) 50% 50% no-repeat;
}

yisibl avatar Mar 25 '15 13:03 yisibl