Sha256: c28de41bc84d2f7b744fafb08e06e653e570f87781cf97a93c3e5b74df03d42e
Contents?: true
Size: 253 Bytes
Versions: 44
Compression:
Stored size: 253 Bytes
Contents
module.exports = { Desktop: { GUTTER: 24, GUTTER_LESS: 16, INCREMENT: 64, MENU_ITEM_HEIGHT: 32 }, getIncrementalDim: function(dim) { return Math.ceil(dim / this.Desktop.INCREMENT) * this.Desktop.INCREMENT; } }
Version data entries
44 entries across 44 versions & 1 rubygems