UNPKG

react-scripts

Version:
15 lines (12 loc) 314 B
'use strict'; var parseColor = require('../parsers').parseColor; module.exports.definition = { set: function (v) { this._setProperty('stop-color', parseColor(v)); }, get: function () { return this.getPropertyValue('stop-color'); }, enumerable: true, configurable: true };