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