blob: 8324cc7c4ebb007ce85297cfb06bf7dfb48e5336 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-margin-before', v);
},
get: function () {
return this.getPropertyValue('-webkit-margin-before');
},
enumerable: true,
configurable: true
};