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 b08870d commit a36f751Copy full SHA for a36f751
src/ExCSS/Enumerations/Combinators.cs
@@ -1,6 +1,6 @@
1
namespace ExCSS
2
{
3
- internal static class Combinators
+ public static class Combinators
4
5
public static readonly string Exactly = "=";
6
public static readonly string Unlike = "!=";
0 commit comments