UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 230 B
/** * CSS font-smooth * Controls the application of anti-aliasing when fonts are rendered. * @see https://caniuse.com/font-smooth */ /** * @type {import('../features').Feature} */ export default { 'font-smooth': true, };