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