Sha256: e5961fbeb15133f840b506e5f878c36e024f0b7dc92fd96eb436ad1db9ee3404

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 Bytes

Contents

'use strict';

var isValid = module.exports.isValid = require('./borderWidth').isValid;

module.exports.definition = {
    set: function (v) {
        if (isValid(v)) {
            this._setProperty('border-bottom-width', v);
        }
    },
    get: function () {
        return this.getPropertyValue('border-bottom-width');
    },
    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/borderBottomWidth.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/borderBottomWidth.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/borderBottomWidth.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/borderBottomWidth.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/borderBottomWidth.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/borderBottomWidth.js