mirror of
https://github.com/swc-project/swc.git
synced 2025-01-05 12:03:47 +03:00
12 lines
151 B
CSS
12 lines
151 B
CSS
.class {
|
|
background: none;
|
|
}
|
|
|
|
.class {
|
|
background: image-set(url(foo.jpg) 2x);
|
|
}
|
|
|
|
.class {
|
|
background-image: image-set(url(foo.jpg) 2x);
|
|
}
|