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