swc/crates/swc_stylis/tests/fixture/text-orientation/output.css
2022-03-11 05:22:14 +00:00

8 lines
166 B
CSS

.class {
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
-webkit-text-orientation: mixed;
text-orientation: mixed;
}