UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

14 lines (12 loc) 333 B
/** * CSS widows & orphans * CSS properties to control when lines break across pages or columns by defining the amount of lines that must be left before or after the break. * @see https://caniuse.com/css-widows-orphans */ /** * @type {import('../features').Feature} */ export default { 'widows': true, 'orphans': true, };