doiuse
Version:
Lint CSS for browser support against caniuse database
14 lines (12 loc) • 312 B
JavaScript
/**
* Exclusions defines how inline content flows around elements. It extends the content wrapping ability of floats to any block-level element.
*
* See: https://caniuse.com/css-exclusions
*/
/**
* @type {import('../features').Feature}
*/
export default {
'wrap-flow': true,
'-ms-wrap-flow': true,
};