swc/crates/swc_css_prefixer/tests/fixture/calc/input.css
2022-03-25 19:46:45 +09:00

12 lines
140 B
CSS

.class {
width: calc(20px + 40px);
}
.class {
margin: calc(5% + 5px) calc(10% + 10px);
}
div {
background-size: calc(20px);
}