doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (10 loc) • 336 B
JavaScript
/**
* CSS.supports() API
* The CSS.supports() static methods returns a Boolean value indicating if the browser supports a given CSS feature, or not.
* @see https://caniuse.com/css-supports-api
*/
/**
* @type {import('../features').Feature}
*/
export default {};
/* this feature appears in JS, so it's not linted by this tool */