Nenhuma Descrição

webkitColumnAxis.js 268B

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