Sha256: b33a5dd55e1055e5461964f5af6e90c6b58f6f6da6aad4a552388021b1ccaae6

Contents?: true

Size: 341 Bytes

Versions: 6

Compression:

Stored size: 341 Bytes

Contents

'use strict';

var margin = require('./margin.js');
var parsers = require('../parsers.js');

module.exports.definition = {
    set: parsers.subImplicitSetter('margin', 'right', margin.isValid, margin.parser),
    get: function () {
        return this.getPropertyValue('margin-right');
    },
    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/marginRight.js
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/cssstyle/lib/properties/marginRight.js
locomotivecms-3.4.0 app/javascript/node_modules/cssstyle/lib/properties/marginRight.js
locomotivecms-3.4.0 app/javascript/node_modules/jest-environment-jsdom/node_modules/cssstyle/lib/properties/marginRight.js
lanes-0.8.0 node_modules/cssstyle/lib/properties/marginRight.js
select_all-rails-0.3.1 node_modules/cssstyle/lib/properties/marginRight.js