Skip to content

Commit

Permalink
Update Css3Fixture.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benholio committed Feb 10, 2017
1 parent 9b09404 commit 1dd7c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotless.Test/Specs/Css3Fixture.cs
Expand Up @@ -422,7 +422,7 @@ public void Css3UnitsSupported()
{
// see http://dev.w3.org/csswg/css3-values/

List<string> units = new List<string>() { "em", "ex", "ch", "rem", "vw", "vh", "vmin", "vm", "cm", "mm", "%", "in", "pt", "px", "pc", "deg", "grad", "rad", "s", "ms", "fr", "gr", "Hz", "kHz", "dpcm", "dppx" };
List<string> units = new List<string>() { "em", "ex", "ch", "rem", "vw", "vh", "vmin", "vm", "vmax", "cm", "mm", "%", "in", "pt", "px", "pc", "deg", "grad", "rad", "s", "ms", "fr", "gr", "Hz", "kHz", "dpcm", "dppx" };

foreach (string unit in units)
{
Expand Down Expand Up @@ -616,4 +616,4 @@ public void GridRepeatingPatternSupportedWithVars()
}
#endif
}
}
}

0 comments on commit 1dd7c15

Please sign in to comment.