mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
11 lines
202 B
CSS
11 lines
202 B
CSS
|
div {
|
||
|
background: element(#id);
|
||
|
}
|
||
|
|
||
|
div {
|
||
|
background: url(image.jpg), element(#id);
|
||
|
}
|
||
|
|
||
|
div {
|
||
|
background: image-set(url("small-balloons.jpg") 1x, url("large-balloons.jpg") 2x), element(#id);
|
||
|
}
|