Sha256: 175bced29f97c040359d52782f1e80b819e2573a6d36b14b92ab326a81d9f0e9

Contents?: true

Size: 1.06 KB

Versions: 14

Compression:

Stored size: 1.06 KB

Contents

(function() {
  var Declaration, GridRowAlign,
    extend = 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; },
    hasProp = {}.hasOwnProperty;

  Declaration = require('../declaration');

  GridRowAlign = (function(superClass) {
    extend(GridRowAlign, superClass);

    function GridRowAlign() {
      return GridRowAlign.__super__.constructor.apply(this, arguments);
    }

    GridRowAlign.names = ['grid-row-align'];

    GridRowAlign.prototype.check = function(decl) {
      return decl.value.indexOf('flex-') === -1 && decl.value !== 'baseline';
    };

    GridRowAlign.prototype.prefixed = function(prop, prefix) {
      return prefix + 'grid-row-align';
    };

    GridRowAlign.prototype.normalize = function(prop) {
      return 'align-self';
    };

    return GridRowAlign;

  })(Declaration);

  module.exports = GridRowAlign;

}).call(this);

Version data entries

14 entries across 14 versions & 6 rubygems

Version Path
ilog-0.4.1 node_modules/autoprefixer/lib/hacks/grid-row-align.js
ilog-0.4.0 node_modules/autoprefixer/lib/hacks/grid-row-align.js
ilog-0.3.3 node_modules/autoprefixer/lib/hacks/grid-row-align.js
optimacms-0.4.3 spec/dummy/node_modules/autoprefixer/lib/hacks/grid-row-align.js
optimacms-0.4.2 spec/dummy/node_modules/autoprefixer/lib/hacks/grid-row-align.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/autoprefixer/lib/hacks/grid-row-align.js
lux_assets-0.2.11 ./node_modules/autoprefixer/lib/hacks/grid-row-align.js
lux_assets-0.2.9 ./node_modules/autoprefixer/lib/hacks/grid-row-align.js
lux_assets-0.2.4 ./node_modules/autoprefixer/lib/hacks/grid-row-align.js
lux_assets-0.2.2 ./node_modules/autoprefixer/lib/hacks/grid-row-align.js
lux_assets-0.2.1 ./node_modules/autoprefixer/lib/hacks/grid-row-align.js
locomotivecms-3.4.0 app/javascript/node_modules/autoprefixer/lib/hacks/grid-row-align.js
cortex-0.1.3 spec/dummy/node_modules/cssnano/node_modules/autoprefixer/lib/hacks/grid-row-align.js
lanes-0.8.0 node_modules/autoprefixer/lib/hacks/grid-row-align.js