mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
16 lines
288 B
CSS
16 lines
288 B
CSS
.class {
|
|
-webkit-flow-into: table-content;
|
|
-ms-flow-into: table-content;
|
|
flow-into: table-content;
|
|
}
|
|
.class {
|
|
-webkit-flow-from: none;
|
|
-ms-flow-from: none;
|
|
flow-from: none;
|
|
}
|
|
.class {
|
|
-webkit-region-fragment: break;
|
|
-ms-region-fragment: break;
|
|
region-fragment: break;
|
|
}
|