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