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