Sha256: 19a8da4208a8da7ac4f662ebfa8f59e62df4b312e7b53200eb562cc71b40beef

Contents?: true

Size: 276 Bytes

Versions: 6

Compression:

Stored size: 276 Bytes

Contents

'use strict';

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