swc/crates/swc_css_parser/tests/fixture/rome/functions/input.css

9 lines
166 B
CSS
Raw Normal View History

2021-08-19 08:16:32 +03:00
.style {
--fancy: 2px;
border: var(--fancy);
font-size: calc(10px + 5rem);
background: url("");
background: url("something");
background: url("./something");
}