UNPKG

cssstyle

Version:

CSSStyleDeclaration Object Model implementation

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