var outputBase = function(base){
          base.forEach(function (rule) {
            strStyles += commentOrRule(rule);
          });
        };