UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

14 lines (12 loc) 284 B
/** * Properties to control the way elements are broken across (printed) pages. * @see https://caniuse.com/css-page-break */ /** * @type {import('../features').Feature} */ export default { 'page-break-after': true, 'page-break-before': true, 'page-break-inside': true, };