blob: 35c637127bde73b1be5bcbdad687cf19ac9bc590 [file] [log] [blame]
'use strict';
module.exports.definition = {
set: function (v) {
this._setProperty('box-sizing', v);
},
get: function () {
return this.getPropertyValue('box-sizing');
},
enumerable: true,
configurable: true
};