Example #1
0
 protected override IEnumerable <LessNode> EvaluateCore(EvaluationContext context)
 {
     using (context.BeginReferenceScope(isReference)) {
         yield return(new Stylesheet(EvaluateStatements(context), isReference));
     }
 }