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 1803173 commit 920c651Copy full SHA for 920c651
src/ExCSS/Selectors/ChildSelector.cs
@@ -5,8 +5,8 @@ namespace ExCSS
5
public abstract class ChildSelector : StylesheetNode, ISelector
6
{
7
private readonly string _name;
8
- protected int Step;
9
- protected int Offset;
+ public int Step { get; private set; }
+ public int Offset { get; private set; }
10
protected ISelector Kind;
11
12
protected ChildSelector(string name)
0 commit comments