Sha256: 2408adbe2836adf45548c3b886b6995abe3531432a66526191d195837dcdb1b8

Contents?: true

Size: 339 Bytes

Versions: 6

Compression:

Stored size: 339 Bytes

Contents

'use strict';

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

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