/**
* Provides control over when elements are rendered, so rendering can be skipped for elements not yet in the user's viewport.
*
* See: https://caniuse.com/css-content-visibility
*//**
* @type {import('../features').Feature}
*/exportdefault {
'content-visibility': true,
};