public StylingVisitor(DotvvmConfiguration configuration) { this.configuration = configuration; this.Matcher = configuration.Styles.CreateMatcher(); }
public StylingVisitor(StyleMatcher matcher) { this.Matcher = matcher; }