UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 257 B
/** * CSS text-justify * CSS property to define how text should be justified when `text-align: justify` is set. * @see https://caniuse.com/css-text-justify */ /** * @type {import('../features').Feature} */ export default { 'text-justify': true, };