示例#1
0
文件: CssModule.cs 项目: carbon/Css
 public CssModule(CssModuleType type, float level,
     CompatibilityTable prefixed = new CompatibilityTable(),
     CompatibilityTable standard = new CompatibilityTable())
     : base(prefixed, standard)
 {
     Type = type;
     Level = level;
 }
示例#2
0
 public CssModule(CssModuleType type, float level,
                  CompatibilityTable prefixed = new CompatibilityTable(),
                  CompatibilityTable standard = new CompatibilityTable())
     : base(prefixed, standard)
 {
     Type  = type;
     Level = level;
 }