Sha256: 49f45e8c53b9170dadc628c2f6d5cd1af23e9851b5c0dfd1ef4d8701e0d31c3e

Contents?: true

Size: 250 Bytes

Versions: 6

Compression:

Stored size: 250 Bytes

Contents

'use strict';

module.exports.definition = {
    set: function (v) {
        this._setProperty('max-height', v);
    },
    get: function () {
        return this.getPropertyValue('max-height');
    },
    enumerable: true,
    configurable: true
};

Version data entries

6 entries across 5 versions & 4 rubygems

Version Path
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/cssstyle/lib/properties/maxHeight.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/maxHeight.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/maxHeight.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/maxHeight.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/maxHeight.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/maxHeight.js