swc/css/parser/tests/fixture/rome/functions/input.css
2021-08-19 05:16:32 +00: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");
}