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