e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
15 lines (12 loc) • 346 B
JavaScript
;
var parseColor = require('../parsers').parseColor;
module.exports.definition = {
set: function (v) {
this._setProperty('-webkit-border-after-color', parseColor(v));
},
get: function () {
return this.getPropertyValue('-webkit-border-after-color');
},
enumerable: true,
configurable: true
};