UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 363 B
/** * CSS property that will contain text to a given amount of lines when used in combination with `display: -webkit-box`. It will end with ellipsis when `text-overflow: ellipsis` is included. * @see https://caniuse.com/css-line-clamp */ /** * @type {import('../features').Feature} */ export default { 'line-clamp': true, '-webkit-line-clamp': true, };