コード例 #1
0
ファイル: SasStyleNode.cs プロジェクト: Hayman/Sassy
 public void AddStyleProperty(SasStyleProperty styleProperty)
 {
     StyleProperties.Add(styleProperty);
 }
コード例 #2
0
ファイル: SasParser.cs プロジェクト: Hayman/Sassy
 private bool NextStylePropertyIsParent(ref SasStyleProperty styleProperty)
 {
     throw new NotImplementedException();
 }