We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9395d9c commit add06a4Copy full SHA for add06a4
test/CssInCSharp.Tests/ParserTests.cs
@@ -29,7 +29,7 @@ public void Calc()
29
height:calc(
30
100vh -
31
1px
32
- );").ShouldBe(".user{height:calc( 100vh - 1px );height:calc(\r\n 100vh -\r\n 1px\r\n );}");
+ );").ShouldBe(".user{height:calc( 100vh - 1px );height:calc(\n 100vh -\n 1px\n );}");
33
}
34
35
[Fact]
0 commit comments