UNPKG

react-kiwi-dropdown

Version:

A minimal, easy-to-use and highly adjustable dropdown component made with ReactJS.

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