UNPKG

doiuse

Version:

Lint CSS for browser support against caniuse database

13 lines (11 loc) 404 B
/** * display: flow-root * The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents. It provides a better solution to the most use cases of the "clearfix" hack. * @see https://caniuse.com/flow-root */ /** * @type {import('../features').Feature} */ export default { 'display': 'flow-root', };