Sha256: 82687d1daaf8a974206a9a55a3f04d3c7249255008821dd1e614c8c90b64084f

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

(function() {
  var Result;

  Result = (function() {
    function Result(root, css, map) {
      this.root = root;
      this.css = css;
      if (this.css == null) {
        this.css = this.root.toString();
      }
      if (map) {
        this.map = map;
      }
    }

    Result.prototype.toString = function() {
      return this.css;
    };

    return Result;

  })();

  module.exports = Result;

}).call(this);

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pleeease-0.0.3 node_modules/pleeease/node_modules/autoprefixer/node_modules/postcss/lib/result.js
pleeease-0.0.2 node_modules/pleeease/node_modules/autoprefixer/node_modules/postcss/lib/result.js