doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 310 B
JavaScript
/**
* CSS Scroll-behavior
* Method of specifying the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling APIs.
* @see https://caniuse.com/css-scroll-behavior
*/
/**
* @type {import('../features').Feature}
*/
export default {
'scroll-behavior': true,
};