doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (10 loc) • 337 B
JavaScript
/**
* getComputedStyle
* API to get the current computed CSS styles applied to an element. This may be the current value applied by an animation or as set by a stylesheet.
* @see https://caniuse.com/getcomputedstyle
*/
/**
* @type {import('../features').Feature}
*/
export default {};
/* this is a js api, so we don't lint it */