swc/crates/swc_css_prefixer/tests/fixture/overflow-wrap/output.defaults-not-ie-11.css
2022-12-19 14:51:56 +09:00

11 lines
144 B
CSS

.someClass {
overflow-wrap: break-word;
}
.anotherClass {
font-size: 1rem;
overflow-wrap: break-word;
}
main {
overflow-wrap: normal;
}