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