Skip to content

Commit a36f751

Browse files
committed
Make constants public
1 parent b08870d commit a36f751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExCSS/Enumerations/Combinators.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace ExCSS
22
{
3-
internal static class Combinators
3+
public static class Combinators
44
{
55
public static readonly string Exactly = "=";
66
public static readonly string Unlike = "!=";

0 commit comments

Comments
 (0)