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 8e54e38 commit f86e288Copy full SHA for f86e288
src/TextOverflowKeyword.cs
@@ -6,7 +6,7 @@ namespace Soenneker.Quark.Enums;
6
/// An HTML CSS keyword set in .NET enumeration form
7
/// </summary>
8
[Intellenum<string>]
9
-public sealed partial class TextOverflowKeywordKeyword
+public sealed partial class TextOverflowKeyword
10
{
11
public static readonly TextOverflowKeyword Clip = new("clip");
12
public static readonly TextOverflowKeyword Ellipsis = new("ellipsis");
0 commit comments