doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 294 B
JavaScript
/**
* The CSS `contain` property lets developers limit the scope of the browser's styles, layout and paint work for faster and more efficient rendering.
*
* See: https://caniuse.com/css-containment
*/
/**
* @type {import('../features').Feature}
*/
export default {
'contain': true,
};