Sha256: 65c8967cf4b2ce87e357e259e1a7bafff8a79f75bb978ceb35da32265563b33e

Contents?: true

Size: 378 Bytes

Versions: 6

Compression:

Stored size: 378 Bytes

Contents

'use strict';

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

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