doiuse
Version:
Lint CSS for browser support against caniuse database
13 lines (11 loc) • 376 B
JavaScript
/**
* display: run-in
* If the run-in box contains a block box, same as block. If a block box follows the run-in box, the run-in box becomes the first inline box of the block box. If an inline box follows, the run-in box becomes a block box.
* @see https://caniuse.com/run-in
*/
/**
* @type {import('../features').Feature}
*/
export default {
'display': 'run-in',
};