UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 309 B
/** * CSS3 text-align-last * CSS property to describe how the last line of a block or a line right before a forced line break when `text-align` is `justify`. * @see https://caniuse.com/css-text-align-last */ /** * @type {import('../features').Feature} */ export default { 'text-align-last': true, };