UNPKG

ember-truncate

Version:

A generic component used to truncate text to a specified number of lines.

11 lines (8 loc) 212 B
'use strict'; module.exports = { name: require('./package').name, included: function (app) { this._super.included.apply(this, arguments); app.import('vendor/styles/truncate-multiline.css'); }, };