UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

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