/* * Misc. classes for Tizen web ui framework * * All classes in this file has highest priority. */ @import "config.less"; /* text-ellipsis * elements using this class needs following constraints; * - width must not be 'auto' * - display must be 'block' or 'inline-block' */ .ui-text-ellipsis { .LESStext-ellipsis(); }