mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
13 lines
235 B
CSS
13 lines
235 B
CSS
.class {
|
|
-webkit-shape-margin: 20px;
|
|
shape-margin: 20px;
|
|
}
|
|
.class {
|
|
-webkit-shape-outside: url("foo.png");
|
|
shape-outside: url("foo.png");
|
|
}
|
|
.class {
|
|
-webkit-shape-image-threshold: initial;
|
|
shape-image-threshold: initial;
|
|
}
|