Website/node_modules/cssstyle/lib/properties/margin.js

13 lines
242 B
JavaScript

'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('margin', v);
},
get: function () {
return this.getPropertyValue('margin');
},
enumerable: true,
configurable: true
};