swc/crates/swc_css_parser/tests/fixture/rome/functions/input.css
2021-11-12 19:37:05 +09:00

9 lines
166 B
CSS

.style {
--fancy: 2px;
border: var(--fancy);
font-size: calc(10px + 5rem);
background: url("");
background: url("something");
background: url("./something");
}