swc/crates/swc_css_prefixer/tests/fixture/touch-action/output.css
2022-03-25 19:46:45 +09:00

11 lines
202 B
CSS

.class {
-ms-touch-action: -ms-none;
-ms-touch-action: none;
touch-action: none;
}
.class {
-ms-touch-action: -ms-manipulation;
-ms-touch-action: manipulation;
touch-action: manipulation;
}