Sha256: b1f0d37f978c198adc681cef2b5056cb844c6909ed5727943a16afaef1cc7efe
Contents?: true
Size: 264 Bytes
Versions: 6
Compression:
Stored size: 264 Bytes
Contents
'use strict'; module.exports.definition = { set: function (v) { this._setProperty('-webkit-flow-from', v); }, get: function () { return this.getPropertyValue('-webkit-flow-from'); }, enumerable: true, configurable: true };
Version data entries
6 entries across 5 versions & 4 rubygems