We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31668fb commit b196b3fCopy full SHA for b196b3f
src/AngleSharp.Css/Constants/Map.cs
@@ -887,7 +887,7 @@ static class Map
887
/// <summary>
888
/// Contains the string-length mapping.
889
/// </summary>
890
- public static readonly Dictionary<String, Sizing> Sizings = new Dictionary<String, Width>(StringComparer.OrdinalIgnoreCase)
+ public static readonly Dictionary<String, Sizing> Sizings = new Dictionary<String, Sizing>(StringComparer.OrdinalIgnoreCase)
891
{
892
{ CssKeywords.FitContent, Sizing.FitContent },
893
{ CssKeywords.MinContent, Sizing.MinContent},
0 commit comments