webkitMarginTopCollapse.js 284 Bytes
'use strict';

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