doiuse
Version:
Lint CSS for browser support against caniuse database
14 lines (12 loc) • 387 B
JavaScript
/**
* Controls whether the box's margins, borders, padding, and other decorations wrap the broken edges of the box fragments (when the box is split by a break (page/column/region/line).
*
* See: https://caniuse.com/css-boxdecorationbreak
*/
/**
* @type {import('../features').Feature}
*/
export default {
'box-decoration-break': true,
'-webkit-box-decoration-break': true,
};