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