Sha256: 6a2e97b081707b914c6436b2784682116f3e2d3b05923ff398ee9336c26c3da6
Contents?: true
Size: 1.25 KB
Versions: 2
Compression:
Stored size: 1.25 KB
Contents
(function() { var FillAvailable, OldValue, Value, __hasProp = {}.hasOwnProperty, __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; OldValue = require('../old-value'); Value = require('../value'); FillAvailable = (function(_super) { __extends(FillAvailable, _super); function FillAvailable() { return FillAvailable.__super__.constructor.apply(this, arguments); } FillAvailable.names = ['fill-available']; FillAvailable.prototype.replace = function(string, prefix) { if (prefix === '-moz-') { return string.replace(this.regexp(), '$1-moz-available$3'); } else { return FillAvailable.__super__.replace.apply(this, arguments); } }; FillAvailable.prototype.old = function(prefix) { if (prefix === '-moz-') { return new OldValue('-moz-available'); } else { return FillAvailable.__super__.old.apply(this, arguments); } }; return FillAvailable; })(Value); module.exports = FillAvailable; }).call(this);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pleeease-0.0.3 | node_modules/pleeease/node_modules/autoprefixer/lib/hacks/fill-available.js |
pleeease-0.0.2 | node_modules/pleeease/node_modules/autoprefixer/lib/hacks/fill-available.js |