Prerequisites
Steps to Reproduce
string css = """
@font-face {
font-weight: 100 700;
}
""";
string output = new CssParser()
.ParseStyleSheet(css)
.ToCss();
Expected Behavior
output contains font-weight: 100 700;
Actual Behavior
output contains font-weight: ;