UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 253 B
/** * CSS text-indent * The `text-indent` property applies indentation to lines of inline content in a block. * @see https://caniuse.com/css-text-indent */ /** * @type {import('../features').Feature} */ export default { 'text-indent': true, };