public Rule(RuleTier _tier, int _colIndex) : this(_tier, _colIndex, string.Empty) { }
public ClearFix(RuleTier tier, params Union <string, Widget, HTMLElement>[] typos) : base(Script.Write <string>("'clearfix visible' + tier.value + 'block'"), typos) { }
public Rule(RuleTier _tier, int _colIndex, string bonus) { value = "col" + _tier.value + bonus + _colIndex; }