doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (10 loc) • 399 B
JavaScript
/**
* Scoped CSS
* Allows CSS rules to be scoped to part of the document, based on the position of the style element. The attribute has been [removed from the current specification](https://github.com/whatwg/html/issues/552).
* @see https://caniuse.com/style-scoped
*/
/**
* @type {import('../features').Feature}
*/
export default {};
/* this feature appears in HTML, so we don't lint it */