UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

12 lines (10 loc) 273 B
/** * Controls spacing between characters of text (i.e. "tracking" in typographical terms). Not to be confused with kerning. * @see https://caniuse.com/css-letter-spacing */ /** * @type {import('../features').Feature} */ export default { 'letter-spacing': true, };