cssgrace icon indicating copy to clipboard operation
cssgrace copied to clipboard

增加 clip fallback

Open yisibl opened this issue 10 years ago • 0 comments

input:

.foo {
    clip: rect(5px, 40px, 45px, 5px);
}
.foo {
    clip: rect(5px, 40px, 45px, 5px);
    *clip: rect(5px 40px 45px 5px);
}

yisibl avatar May 18 '15 02:05 yisibl